MCP is an open protocol by Anthropic that lets AI assistants connect to external data sources and tools. Claude, and other MCP-compatible clients, can use these servers to access files, databases, APIs, and much more.
Secure file read/write with configurable access controls
npx -y @modelcontextprotocol/server-filesystem
Access repos, issues, PRs, code search via GitHub API
npx -y @modelcontextprotocol/server-github
Read-only database access with schema inspection
npx -y @modelcontextprotocol/server-postgres
SQLite database access with memo management for business insights
npx -y @modelcontextprotocol/server-sqlite
Web and local search using Brave Search API
npx -y @modelcontextprotocol/server-brave-search
Fetch web content converting to markdown for AI consumption
npx -y @modelcontextprotocol/server-fetch
Knowledge graph-based persistent memory system
npx -y @modelcontextprotocol/server-memory
Dynamic step-by-step problem solving with reflection
npx -y @modelcontextprotocol/server-sequentialthinking
Browser automation: navigate, click, screenshot, scrape
npx -y @modelcontextprotocol/server-puppeteer
Read/write Slack messages and channel management
npx -y @modelcontextprotocol/server-slack
Location search, directions, places, and geocoding
npx -y @modelcontextprotocol/server-google-maps
Amazon Bedrock knowledge base retrieval via AWS APIs
npx -y @modelcontextprotocol/server-aws-kb-retrieval
Linear project management: issues, projects, team management
npx linear-mcp-server
Read and write Notion pages, databases, and blocks
npx @notionhq/mcp
Sentry error tracking, issue management, and release tracking
npx @sentry/mcp-server
Stripe payments: customers, charges, subscriptions, webhooks
npx stripe-mcp
Manage Docker containers, images, volumes, and networks
npx docker-mcp
Atlassian Jira issue tracking and project management
npx jira-mcp-server
Read, search, and send Gmail messages with label management
npx gmail-mcp
Create, read, and manage Google Calendar events and schedules
npx google-calendar-mcp
MongoDB database queries, collections, and aggregation pipelines
npx mongodb-mcp-server
Redis key-value store access, pub/sub, and cache management
npx redis-mcp
Vercel deployment management, project config, and logs
npx vercel-mcp
Read and write Obsidian vault notes with search and tagging
npx obsidian-mcp
Ultra-fast Windows file search using Everything SDK
npx everything-mcp
Current time, timezone conversion, and scheduling utilities
npx time-mcp
No servers match your search.
Try a different keyword or category.
The Model Context Protocol is an open standard by Anthropic that lets AI assistants securely connect to external tools, databases, and APIs. It provides a universal interface so any MCP-compatible AI client can use any MCP server.
Instead of building custom integrations for every tool, developers implement the MCP spec once and it works with Claude, Cursor, and any other compatible AI client.
Read the MCP Spec