mcp

Configure MCP servers in librechat.yaml to connect external tools.

2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/bethanychamberlain/claude-skills-librechat --skill mcp-bethanychamberlain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp
Source: https://github.com/bethanychamberlain/claude-skills-librechat/tree/main/librechat-mcp/skills/mcp
Command: npx skills add https://github.com/bethanychamberlain/claude-skills-librechat --skill mcp-bethanychamberlain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlined configuration and debugging of Model Context Protocol (MCP) servers to securely connect external tools with LibreChat.

Core Features & Use Cases

  • Configure mcpServers in librechat.yaml to expose tools and capabilities
  • Debug MCP connections and tool integrations across deployment modes
  • Extend LibreChat agents with external capabilities via MCP

Quick Start

Create or update an MCP server in librechat.yaml to connect an external tool and verify the connection in the LibreChat UI.

Frequently Asked Questions about mcp

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

FAQPage Schema
How do I configure MCP servers in librechat.yaml to connect external tools?

To configure MCP servers in librechat.yaml, you define server entries using YAML-based definitions that specify transport types, tool integrations, and credentials to securely connect external tools with LibreChat.

What is the Model Context Protocol and how does it work with LibreChat?

The Model Context Protocol (MCP) is a mechanism to securely expose external tools and capabilities to LibreChat agents, managed through YAML-based server definitions supporting multiple transport types and credential handling across local, Docker, and cloud deployments.

How do I debug MCP connections that are not working in LibreChat?

Debug broken MCP connections by validating your YAML-based server definitions in librechat.yaml, checking transport type configurations, verifying credential handling, and confirming tool integrations are properly exposed within the LibreChat UI across your deployment mode.

Can I use MCP to connect external tools across local, Docker, and cloud deployments of LibreChat?

Yes, you can securely connect external tools via MCP servers configured in librechat.yaml across local, Docker, and cloud deployments, using supported transport types and credential handling to integrate capabilities with LibreChat agents.

Do I need YAML configuration to integrate external tools with LibreChat agents?

Yes, YAML configuration in librechat.yaml is required to enforce server definitions for MCP, enabling you to integrate external tools, manage credentials, and expose capabilities to LibreChat agents across different deployment environments.

What's the best way to verify an MCP server connection after setup?

After setting up an MCP server in librechat.yaml, verify the connection by checking the LibreChat UI to confirm the external tool is properly exposed and the integration is active across your local, Docker, or cloud deployment.