MCP Server
MCP
io.github.shin-bot-litellm/litellm-mcp
Give AI agents access to 100+ LLMs. Call any model, compare outputs.
Install
uvx litellm-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "litellm-mcp",
"version": "1.0.1",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenAI API key for GPT models",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Anthropic API key for Claude models",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment