Skip to main content
Conductor can connect to external tools and data sources through the Model Context Protocol (MCP). MCP servers give Claude Code access to your tools, databases, and APIs. Learn more about MCP here.

Adding MCP servers

Add an MCP server using the Claude Code CLI:
claude mcp add <server-name> -s user -- <command> [args...]
For example, to add Context7 (documentation search):
claude mcp add context7 -s user -- npx -y @upstash/context7-mcp
Our favorite MCPs are Context7 (documentation search) and Linear (issue management).