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
{
"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