apiany mcp for Cursor
io.github.ailingqu/apiany-mcp
APIAny MCP server for model discovery, pricing, docs, and integration examples.
client:Cursor
transport:stdio
runtime:npm
Install apiany mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apiany-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apiany-ai/mcp"
],
"env": {
"APIANY_BASE_URL": "<APIANY_BASE_URL>",
"APIANY_API_KEY": "<APIANY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs