Guide10 min read
MCP Integration
Connect external tools via Model Context Protocol servers.
What is MCP?
MCP (Model Context Protocol) connects AI assistants to external tools.
Available Servers
| Server | Purpose |
|---|---|
| Browser | Web automation |
| Memory | Knowledge persistence |
| Sequential Thinking | Structured reasoning |
| Filesystem | File operations |
Setup
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["@anthropic/mcp-browser"]
}
}
}Restart Claude Code after changing MCP configuration.