mostai mcp for Cursor
io.github.most-ai-com/mostai-mcp
Generate images, video, music, speech and text with 60+ models through your MostAI account.
client:Cursor
transport:stdio
runtime:pypi
Install mostai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mostai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mostai-mcp"
],
"env": {
"MOSTAI_COOKIE": "<MOSTAI_COOKIE>",
"MOSTAI_WARN_PRICE": "<MOSTAI_WARN_PRICE>",
"MOSTAI_MAX_PRICE": "<MOSTAI_MAX_PRICE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs