litellm-mcp

TETRA-2023/litellm-mcp
★ 0 stars Python 🔌 API Integration Updated 1d ago
MCP server for LiteLLM proxy administration and execution
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "litellm-mcp": {
      "command": "uvx",
      "args": [
        "litellm-mcp"
      ]
    }
  }
}

Or install with pip: pip install litellm-mcp

README Excerpt

MCP server for [LiteLLM](https://github.com/BerriAI/litellm) proxy administration and execution. **Upstream API reference:** [LiteLLM proxy Swagger](https://litellm-api.up.railway.app/). Foundation (US #534) shipped `list_models`. Admin slice (US #535) added 32 tools covering models, model hub, model access groups, credentials, and virtual keys.

Tools (20)

LITELLM_API_KEYLITELLM_MAX_RETRIESLITELLM_PROXY_URLLITELLM_TIMEOUT_SECONDSLITELLM_TRANSPORTadd_modeladd_org_membercreate_credentialcreate_customercreate_model_access_groupcreate_organizationcreate_projectcreate_usercreate_user_access_groupdelete_credentialdelete_customerdelete_keysdelete_modeldelete_model_access_groupdelete_org_member