Skip to content
Zed

mostai mcp for Zed

io.github.most-ai-com/mostai-mcp

Generate images, video, music, speech and text with 60+ models through your MostAI account.

client:Zed transport:stdio runtime:pypi

Install mostai mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mostai-mcp": {
      "command": "uvx",
      "args": [
        "mostai-mcp"
      ],
      "env": {
        "MOSTAI_COOKIE": "<MOSTAI_COOKIE>",
        "MOSTAI_WARN_PRICE": "<MOSTAI_WARN_PRICE>",
        "MOSTAI_MAX_PRICE": "<MOSTAI_MAX_PRICE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mostai mcp in other clients