Odel
GlianaAI

GlianaAI

Local
@gliana-labsJavaScriptUpdated 2w ago

Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgliana-ai-mcpv0.3.2

Run

npx -y gliana-ai-mcp

MCP client config

{
  "mcpServers": {
    "glianaai": {
      "command": "npx",
      "args": [
        "-y",
        "gliana-ai-mcp"
      ]
    }
  }
}