apimodels for Cursor
io.github.stimqq/apimodels-mcp
Image, video, chat and speech models with one API key. The model can review its own images.
client:Cursor
transport:stdio
runtime:npm
Install apimodels in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apimodels-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
],
"env": {
"APIMODELS_API_KEY": "<APIMODELS_API_KEY>",
"APIMODELS_BASE_URL": "<APIMODELS_BASE_URL>",
"APIMODELS_WAIT_SECONDS": "<APIMODELS_WAIT_SECONDS>",
"APIMODELS_TIMEOUT_MS": "<APIMODELS_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs