add-mcp
Back to registry
LiteLLM  Gateway logo

LiteLLM Gateway

v1.0.0

litellm.ai/mcp

LiteLLM is an AI gateway that provides a unified interface for calling many LLM providers and related model capabilities through OpenAI-compatible and gateway-specific endpoints. It also includes MCP gateway features for exposing and using tools through the Model Context Protocol.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://litellm-api.up.railway.app/mcp
requiredsecret

LiteLLM Virtual Key. Use Bearer <token>.

requiredsecret

LiteLLM Virtual Key. Use Bearer <token>.

npx add-mcp@latest https://litellm-api.up.railway.app/mcp --transport http --header "Authorization: <Authorization>" --header "x-litellm-api-key: <x-litellm-api-key>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=ai.litellm%2Fmcp"