Model Context Protocol

MCP server directory

The Model Context Protocol (MCP) was proposed by Anthropic—see the spec at modelcontextprotocol.io and the reference servers in modelcontextprotocol/servers . This page collects common MCP servers: official reference and major vendor-published implementations , ready to plug into Claude, Cursor, Zed, and other MCP clients.

30 items
Filesystem
Reference MCP server letting agents read/write/list files under an allow-listed directory. Run with least-privilege paths and read-only mode for sensitive data; ideal when you want to scope a project folder as an agent workspace.
OfficialstdioDocs / Knowledge base
Git
Reference MCP server exposing common git operations (status, log, diff, blame) to an agent. Great starting point for read-only code reviewers; grant write access carefully.
OfficialstdioCoding / Development
GitHub
GitHub’s official MCP server: read/write repos, manage issues/PRs, and search code. Use scoped PATs or a GitHub App with audit logging for production.
OfficialhttpCoding / Development
GitLab
GitLab: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioCoding / Development
PostgreSQL
Reference MCP server for read-only Postgres access and schema introspection—ideal for data-analysis agents. Lock down with a read-only role and schema allow-list.
OfficialstdioDatabase / Data
SQLite
SQLite: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioDatabase / Data
Memory
Memory: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioVector DB / Retrieval
Fetch
Reference MCP server that fetches any HTTP URL and converts it to Markdown—often the minimal “browsing” capability for agents. Add a domain allow-list and rate limits.
OfficialstdioSearch / Research
Puppeteer
Puppeteer: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioBrowser / Computer use
Playwright
Microsoft’s Playwright MCP server: cross-browser automation with broader coverage than Puppeteer—fits scrapers and UI-testing agents that need headless Chromium, Firefox, and WebKit.
OfficialstdioBrowser / Computer use
Time
Time: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioAutomation / Integration
Sequential Thinking
Sequential Thinking: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioCoding / Development
Brave Search
Brave Search: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioSearch / Research
Google Drive
Google Drive: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioDocs / Knowledge base
Google Maps
Google Maps: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioAutomation / Integration
Slack
Reference MCP server that reads/writes Slack messages and searches history—turns Slack into an agent’s comms layer. Use a bot token with minimal scopes.
OfficialstdioCollaboration / Whiteboard
Sentry
Sentry: official MCP server from Model Context Protocol—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioCloud / DevOps
Cloudflare
Cloudflare’s official MCP suite covering Workers, KV, D1, R2, Pages, and DNS. Supports Remote MCP over HTTP, so you can plug it into Claude or Cursor without a local binary.
OfficialhttpCloud / DevOps
Stripe
Stripe’s official MCP server exposing accounts, orders, refunds, and products as tools—handy for commerce agents. Restrict to test / restricted keys in production.
OfficialhttpPayments / Business
Linear
Linear’s official MCP server: create and query Issues, Projects, and Cycles—a lightweight task pipeline for engineering/product agents. Auth via personal API key or OAuth.
OfficialhttpCollaboration / Whiteboard
Notion
Notion’s official MCP server: read/write pages and database items—perfect for wiring requirement docs, weekly reports, and knowledge bases into agents. Workspace-level auth applies.
OfficialhttpDocs / Knowledge base
Atlassian Remote MCP
Atlassian Remote MCP: official MCP server from Atlassian—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialhttpCollaboration / Whiteboard
Supabase
Supabase’s official MCP server covering database, Storage, and Auth operations—great for wiring a Supabase project into AI IDEs and ops agents.
OfficialstdioDatabase / Data
Neon
Neon: official MCP server from Neon—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioDatabase / Data
MongoDB
MongoDB: official MCP server from MongoDB—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioDatabase / Data
Exa
Exa: official MCP server from Exa—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioSearch / Research
Tavily
Tavily MCP server exposes the agent-focused search API as MCP tools—an easy way to give any MCP client a “can search the web” capability with API key control.
OfficialstdioSearch / Research
Firecrawl
Firecrawl: official MCP server from Mendable / Firecrawl—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioSearch / Research
E2B Code Interpreter
E2B Code Interpreter: official MCP server from E2B—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialstdioCoding / Development
Apify Actors
Apify Actors: official MCP server from Apify—confirm version, auth scopes, and transport with the upstream docs before production use.
OfficialhttpAutomation / Integration