MCP Integrations
Connect Claude to your tools
Model Context Protocol servers give Claude real-time access to external tools and services. Install any integration to extend what Claude can do in your workflows.
Installing MCP servers
Add MCP servers to your Claude configuration. For Claude Code, add them to ~/.claude/settings.json under the mcpServers key.
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"]
}
}
}