← back to notes

Personal reference note. Numbers, prices, and other specifics may be outdated or wrong. Verify anything important before you rely on it.

MCP Servers — Official List & What They Do

What MCP is, where to find official servers, and a reference table of the most useful ones for Cursor, Claude, and similar tools.

📅 Apr 2026
MCP AI tools Claude Cursor

MCP (Model Context Protocol) is an open standard by Anthropic that lets AI tools connect to external services — file systems, databases, APIs — through a common interface. If you use Cursor, Claude Desktop, or any MCP-compatible client, you can plug in servers to give the AI access to things it couldn’t reach otherwise.


Where to find them


Reference servers

Maintained by the MCP team. Good starting point, most are self-hosted.

ServerWhat it does
FilesystemRead/write local files with configurable access controls
GitRead, search, and manipulate local git repos
GitHubGitHub API — repos, PRs, issues, file ops
GitLabGitLab API — same idea as above
PostgreSQLRead-only DB access with schema inspection
SQLiteLocal SQLite queries
Brave SearchWeb and local search via Brave API
Google DriveFile access and search in Drive
Google MapsLocation, directions, place details
SlackChannel management and messaging
RedisInteract with Redis key-value stores
FetchHTTP fetch — let the model hit URLs
MemoryPersistent key-value memory across sessions
PuppeteerBrowser automation — scraping, screenshots
SentryQuery Sentry issues and events
TimeCurrent time and timezone conversions

Official vendor integrations

Company-maintained, production-grade, usually more stable than self-hosted reference ones.

ServerProviderWhat it does
GitHubGitHub/MicrosoftFull GitHub API
StripeStripePayments, customers, subscriptions
CloudflareCloudflareDeploy workers, manage DNS, KV
NotionNotionPages, databases, search
LinearLinearIssues, projects, roadmaps
AtlassianAtlassianJira issues + Confluence pages, search across both
AWSAWSS3, Lambda, CloudWatch access
AzureMicrosoftGeneral Azure services (Storage, Cosmos DB, etc.)
Azure DevOpsMicrosoftWork items, PRs, pipelines, repos, wikis, test plans
AKSMicrosoftAzure Kubernetes Service — cluster management
Microsoft FabricMicrosoftData platform — semantic models, lakehouses
MongoDBMongoDBAtlas DB queries
PlaywrightMicrosoftBrowser automation
FigmaFigmaDesign context and file info for code generation
ZapierZapierConnect to 8,000+ apps via Zapier automations

Which tools support MCP

Cursor, Claude Desktop, Claude Code, VS Code Copilot, Cline, Windsurf, and any client built on the MCP SDK. The protocol is model-agnostic — any server works with any compatible client.


Installing

Most servers are npm packages (@modelcontextprotocol/server-github) or Python packages. Add them to your client’s mcp config block. Each repo has a README with the exact snippet.


Sources — check here for current state

← back to notes