Plug servers into Claude, Cursor & friends
MCP — Model Context Protocol — is how AI clients talk to outside tools. A curated catalog of servers you can install today: file access, databases, GitHub, Linear, Notion, Stripe, and more.
What is MCP?
Model Context Protocol is an open standard for connecting AI clients to external tools and data sources. Think of it as USB-C for AI: one spec, many compatible plugs.
An MCP server exposes a specific capability (filesystem access, a database, your Linear workspace). An MCP client — Claude Desktop, Claude Code, Cursor, Zed, Windsurf, Cline — connects to it. Want the longer definition? Read the glossary entry.
Clients that speak MCP today
File & code
Read, write, and search local files and source repositories.
Filesystem
OfficialBy Anthropic
Secure read, write, and search across a sandboxed folder on disk.
Git
OfficialBy Anthropic
Read history, search commits, diff branches, and inspect a local git repo.
GitHub
OfficialBy GitHub
Read issues, PRs, code, and search across all repos you can access on GitHub.
GitLab
OfficialBy GitLab
Read merge requests, issues, pipelines, and code across GitLab projects.
Database
Query and inspect databases — Postgres, SQLite, MongoDB, Redis.
Postgres
CommunityBy Anthropic (reference) / community
Read-only SQL queries and schema inspection on a Postgres database.
SQLite
CommunityBy Anthropic (reference) / community
Query and inspect a local SQLite database file.
MongoDB
OfficialBy MongoDB
Run queries and aggregations against MongoDB collections.
Redis
OfficialBy Redis
Read and write keys, hashes, streams, and sets in Redis.
Supabase
OfficialBy Supabase
Query Postgres, manage auth users, storage, and edge functions on a Supabase project.
Browser & web
Fetch URLs, scrape pages, drive a real browser, and search the web.
Fetch
OfficialBy Anthropic
Download a URL and return clean markdown the model can read.
Brave Search
OfficialBy Brave
Search the web and get back results with summaries and citations.
Tavily
OfficialBy Tavily
Search optimised for AI agents — returns clean, ranked, citation-ready content.
Firecrawl
OfficialBy Mendable
Scrape pages and crawl whole sites with JavaScript rendering.
Playwright
OfficialBy Microsoft
Drive a real browser — click, type, fill forms, take screenshots.
Productivity
Notion, Linear, Slack, Gmail, Calendar — everyday work surfaces.
Linear
OfficialBy Linear
Read and write Linear issues, projects, cycles, and comments.
Notion
OfficialBy Notion
Search, read, create, and update pages and databases in your Notion workspace.
Slack
OfficialBy Slack
Read channels, post messages, manage threads, and search Slack history.
Gmail
CommunityBy Google
Search inbox, read threads, draft replies, and manage labels in Gmail.
Google Calendar
CommunityBy Google (community wrapper)
List, search, create, and reschedule events in Google Calendar.
Google Drive
CommunityBy Anthropic (reference) / community
Search and read files in your Google Drive — Docs, Sheets, PDFs.
Data & analysis
Pull metrics, errors, and revenue out of the tools your team already uses.
Sentry
OfficialBy Sentry
Pull error events, issues, and release health out of Sentry.
Stripe
OfficialBy Stripe
Query payments, customers, invoices, and subscriptions on your Stripe account.
PostHog
OfficialBy PostHog
Query product analytics, funnels, and session recordings from PostHog.
Dev-ops & cloud
Deploy, manage cloud resources, and inspect infrastructure.
Cloudflare
OfficialBy Cloudflare
Manage Workers, KV, R2, D1, DNS, and the rest of the Cloudflare surface.
Vercel
OfficialBy Vercel
Inspect deployments, environment variables, and logs on your Vercel projects.
AWS
OfficialBy Amazon Web Services
Read and manage EC2, S3, Lambda, RDS, and the rest of AWS via the MCP shape.
Docker
OfficialBy Docker
Inspect containers, images, and Compose stacks on your local Docker daemon.
Utility
Reference servers — time, memory, sequential thinking, fetch.
Memory
OfficialBy Anthropic
A knowledge-graph the model can write to and recall across conversations.
Sequential Thinking
OfficialBy Anthropic
A scratchpad tool the model uses to break a problem into explicit steps.
Time
OfficialBy Anthropic
Get the current time and convert between timezones.
Everything
OfficialBy Anthropic
A test server that implements every part of the MCP spec — prompts, resources, tools.