MCP Servers
Model Context Protocol servers exposing tools, resources, and prompts to AI agents.
48 tools
MCP (Model Context Protocol) is Anthropic's open standard for exposing tools, data, and prompts to LLM agents. The server ecosystem exploded in 2025-2026; picking the right servers is now as important as picking the right model.
Covers official reference servers (filesystem, github, postgres, slack), registries + directories (Smithery, PulseMCP), server frameworks (fastmcp, mcp-python-sdk), and vertical servers for databases, browsers, cloud APIs, and enterprise systems.
Pick official reference servers for common integrations (git, filesystem, sql). Pick Smithery or PulseMCP to browse and install. Pick fastmcp when writing your own server. For internal APIs, ship an MCP wrapper rather than raw REST — every Claude-native workflow gets it for free.
MCP Fetch Server
Official Model Context Protocol reference server that lets any MCP-compatible LLM fetch web pages and read them as clean markdown.
MCP Filesystem Server
Reference MCP server that gives Claude, Cursor, and other MCP clients scoped read/write access to your local filesystem.
MCP Git Server
Reference MCP server that lets any LLM read, search, and manipulate local Git repositories.
MCP Memory Server
Persistent knowledge-graph memory for Claude and other MCP clients
MCP Python SDK
Official Python SDK for building Model Context Protocol servers and clients.
MCP Server Kubernetes
MCP server that lets Claude, Cursor, VS Code and other agents drive kubectl and Helm against real clusters
MCP Time Server
Official MCP reference server for current time and IANA timezone conversion.
MCP TypeScript SDK
Official TypeScript SDK for building Model Context Protocol servers and clients.
Notion MCP Server
The official Notion MCP server: give Claude, Cursor, and Copilot typed access to your Notion pages, databases, and comments.
Obsidian MCP
Model Context Protocol server that lets Claude read, write, and reorganize your Obsidian vault.
Perplexity MCP Server
Official MCP server for Perplexity's Sonar search, research, and reasoning APIs
Playwright MCP
Microsoft's official Model Context Protocol server for browser automation via Playwright.
Postgres MCP Pro
Open-source Postgres MCP server with deterministic health checks, index tuning, and safe SQL execution.
Puppeteer MCP Server
Reference MCP server that lets LLMs drive a real Chromium browser via Puppeteer.
Qdrant MCP Server
Official Qdrant MCP server that turns a vector database into a semantic memory layer for Claude, Cursor, Windsurf, and any MCP client.
Reddit MCP (adhikasp/mcp-reddit)
MCP server that lets Claude and other LLM clients fetch and analyse Reddit threads
Redis MCP Server
Archived reference MCP server exposing basic Redis set/get/delete/list to any MCP-capable LLM client.
Sentry MCP
Official Sentry MCP server: give Claude Code, Cursor, and other AI agents real access to your errors, traces, and triage.
Sequential Thinking MCP Server
Reference MCP server for structured, revisable step-by-step reasoning in any MCP host.
Slack MCP Server
Archived reference MCP server that lets Claude and other MCP clients read and post in a Slack workspace via a bot token.
Spotify MCP
Model Context Protocol server that hands your LLM the Spotify Web API — playback control, search, queue and playlist management from inside Claude Desktop or any MCP client.
SQLite MCP Server
Reference MCP server for querying and analyzing SQLite databases through Claude and other MCP clients.
Stripe Agent Toolkit
Stripe's official SDK and MCP server for wiring AI agents into payments, billing, and customer operations.
YouTube MCP Server
Model Context Protocol server that pulls YouTube subtitles into any MCP-capable LLM client.