MCP Servers

All plans1 min read
1

Configure MCP server

Add the server to your settings.json (project or user level)

2

Server connects

STDIO launches a local process; HTTP connects to a remote endpoint

3

Tools become available

Claude Code discovers the server's tools and can use them in conversations

4

Claude Code calls tools

When relevant, Claude Code automatically uses MCP tools to complete your task

What is MCP?

MCP (Model Context Protocol) is an open standard created by Anthropic that lets AI tools connect to external services in a standardized way. Think of it like USB for AI: any service that implements the MCP protocol can plug into any AI tool that supports it. This means the same Notion MCP server works with Claude Code, Claude Desktop, and other MCP compatible tools.

Step 1: Find or build a server

Browse the MCP server directory or build a custom adapter for your internal tools

Step 2: Add to configuration

Add the server URL or command to .claude/settings.json (project) or ~/.claude.json (personal)

Step 3: Restart Claude Code

MCP changes take effect after restarting. HTTP servers with OAuth will trigger a browser login

Step 4: Use naturally

Just describe what you need. Claude Code automatically selects the right MCP tools for the job

TransportHow it worksBest for
STDIOSTDIORuns as a local process on your machine. Communicates via stdin/stdout.Database connections, local tools, file operations, custom scripts
HTTPHTTPConnects to a remote server via URL. Often uses OAuth for authentication.Cloud services (Notion, GitHub, Slack), SaaS integrations, shared team tools

Start with these three MCP servers

If you are new to MCP, start with these high value integrations: GitHub MCP for advanced issue and PR management beyond basic git, Notion MCP if your team uses Notion for docs and planning, and a database MCP server (Postgres or MySQL) so Claude Code can query your data directly. Each one takes about two minutes to configure.