← Index

io.github.shin-bot-litellm/litellm-mcp

io.github.shin-bot-litellm/litellm-mcp·v1.0.1·Other
Quality Score
81
/100

Give AI agents access to 100+ LLMs. Call any model, compare outputs.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "litellm-mcp": {
      "command": "uvx",
      "args": [
        "litellm-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
§02  Environment variables
OPENAI_API_KEY
secret

OpenAI API key for GPT models

ANTHROPIC_API_KEY
secret

Anthropic API key for Claude models

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other