Catalog
io.github.shin-bot-litellm/litellm-mcp
OfficialGive AI agents access to 100+ LLMs. Call any model, compare outputs.
Give agents access to 100+ language models with ability to call and compare outputs.
README not available yet.
Install
Configuration
Environment variables
OPENAI_API_KEYsecretOpenAI API key for GPT models
ANTHROPIC_API_KEYsecretAnthropic API key for Claude models
claude_desktop_config.json
{
"mcpServers": {
"litellm-mcp": {
"command": "uvx",
"args": [
"litellm-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}