llm-oracle for Cursor
io.github.weiseer/llm-oracle
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
client:Cursor
transport:stdio
runtime:npm
Install llm-oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llm-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs