Woow_litellm_mcp_server

WOOWTECH/Woow_litellm_mcp_server
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install woow-litellm-mcp-server

README Excerpt

An MCP-server **suite** for administering a [LiteLLM](https://github.com/BerriAI/litellm) gateway. It ports the architecture of to LiteLLM: a FastMCP server that exposes LiteLLM's admin API as MCP tools, a Web admin console, and an encrypted reverse-proxy / admin-core that lets Claude (or any MCP client) reach the tools over a single hardened endpoint.

Tools (12)

LITELLM_MCP_BASE_URLLITELLM_MCP_DEFAULT_LIMITLITELLM_MCP_DISABLED_CATEGORIESLITELLM_MCP_DISABLED_OPERATIONSLITELLM_MCP_DISABLED_TOOLSLITELLM_MCP_MASTER_KEYLITELLM_MCP_MAX_LIMITLITELLM_MCP_READONLYLITELLM_MCP_REQUEST_TIMEOUTlitellm_mcp_adminmcp_admin_corewoow_litellm_mcp_server