Extend Claude's capabilities with Model Context Protocol servers. Connect to databases, file systems, APIs, and more.
Connect these servers to Claude Code to extend its capabilities with file systems, databases, APIs, and more.
claude mcp add <server-name>Model Context Protocol
Connect these servers to Claude Code to extend its capabilities
claude mcp add <server-name>Model Context Protocol
Secure file system operations with path restrictions and safety checks
npm install @modelcontextprotocol/server-filesystemDirect SQLite database access with query execution and schema inspection
npm install @modelcontextprotocol/server-sqliteGit repository operations with branch management and commit history
npm install @modelcontextprotocol/server-gitPostgreSQL database server with advanced query capabilities
npm install @modelcontextprotocol/server-postgresSlack workspace integration for messages, channels, and team collaboration
npm install @modelcontextprotocol/server-slackGoogle Drive integration for document management and file operations
npm install @modelcontextprotocol/server-gdrivePersistent memory storage for context and conversation history
npm install @modelcontextprotocol/server-memoryWeb automation and scraping with headless browser control
npm install @modelcontextprotocol/server-puppeteerHTTP requests and API integration with response parsing
npm install @modelcontextprotocol/server-fetchReal-time documentation access with always up-to-date API references
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEYclaude mcp add context7 --transport http https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: YOUR_API_KEY"Official Microsoft Playwright for modern multi-browser automation and testing
claude mcp add playwright --scope user -- npx -y @playwright/mcp@latestEnhanced Playwright server by ExecuteAutomation with advanced features
claude mcp add playwright-ea --scope user -- npx -y @executeautomation/playwright-mcp-serverFull Chrome debugging capabilities with performance insights and developer tools
claude mcp add chrome-devtools --scope user -- npx -y chrome-devtools-mcp@latestStructured problem-solving framework for complex development tasks
claude mcp add sequential-thinking --scope user -- npx -y @modelcontextprotocol/server-sequential-thinkingControl your actual browser with all logged-in sessions and extensions
claude mcp add browsermcp --scope user -- npx -y @browsermcp/mcp@latestGitHub repository access with full API operations and code review capabilities
claude mcp add github --scope user --env GITHUB_PERSONAL_ACCESS_TOKEN=ghp_your_token -- npx -y @modelcontextprotocol/server-githubPrivate search with Brave Search API for unbiased web searches
claude mcp add brave-search --scope user --env BRAVE_API_KEY=YOUR_KEY -- npx -y @modelcontextprotocol/server-brave-search