add-mcp

Register MCP servers on a live LiteLLM proxy via POST /v1/mcp/server.

77|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BerriAI/litellm-skills --skill add-mcp-berriai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-mcp
Source: https://github.com/BerriAI/litellm-skills/tree/main/add-mcp
Command: npx skills add https://github.com/BerriAI/litellm-skills --skill add-mcp-berriai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST /v1/mcp/server.

Core Features & Use Cases

  • Register new MCP servers by providing server name, URL, transport type, and optional authentication.
  • List, update, and delete MCP server registrations via the proxy admin API.
  • Supports multiple transport types (sse, http, stdio) and optional credentials for secure deployments.

Quick Start

Provide the server name, URL, transport type, and optional auth, then execute the POST request to /v1/mcp/server to register the MCP server.

Frequently Asked Questions about add-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register an MCP server on a LiteLLM proxy?

To register an MCP server on a LiteLLM proxy, provide the server name, URL, transport type, and optional authentication, then execute a POST request to the /v1/mcp/server endpoint using curl and a valid proxy admin key.

What transport types are supported when adding an MCP server to LiteLLM?

LiteLLM supports sse, http, and stdio transport types when adding an MCP server. You must specify your preferred transport type during the server registration process to ensure proper model context and agent integration.

Do I need authentication to register an MCP server on a live proxy?

Authentication is optional for the MCP server itself, but registering it on a live LiteLLM proxy requires a valid proxy admin key. You pass this admin key in your curl POST request to authorize the /v1/mcp/server creation.

Can I update or delete an MCP server registration after it is created?

Yes, you can list, update, and delete MCP server registrations via the proxy admin API. After initially adding a server, you manage its lifecycle directly through the LiteLLM proxy administration endpoints.

Why use a LiteLLM proxy to register MCP servers for agent integration?

Registering MCP servers through a LiteLLM proxy centralizes model context management across environments. It allows agents to securely connect to external tools using supported transports like sse and http with optional credentials.