imagine mcp for Cursor
io.github.n24q02m/imagine-mcp
MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)
client:Cursor
transport:stdio
runtime:pypi
Install imagine mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"imagine-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"imagine-mcp"
],
"env": {
"UNDERSTAND_MODELS": "<UNDERSTAND_MODELS>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"XAI_API_KEY": "<XAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs