llm-oracle for Claude Desktop
io.github.weiseer/llm-oracle
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
client:Claude Desktop
transport:stdio
runtime:npm
Install llm-oracle in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs