Model Context Protocol
MCP Server Directory
Stork.AI indexes 9,900+ Model Context Protocol servers with trust scores, repository links, and ready-to-paste install snippets for Cursor, Claude Desktop, VS Code, and Windsurf. Unlike MCP-only directories, we also catalog 4,400+ AI tools so developers find both the server and the upstream tool in one place. Install the Stork MCP meta-server once and discover new integrations from inside your IDE.
What is Model Context Protocol?
Model Context Protocol (MCP) is an open specification introduced by Anthropic in late 2024 that lets AI assistants securely call external tools and data sources through a standardized interface. Instead of each AI client (Claude Desktop, Cursor, VS Code Copilot, Windsurf, Zed) building custom integrations for every service, MCP defines one protocol that all of them speak.
An MCP server is a program that exposes a set of tools over this protocol. Examples: a Postgres MCP server that lets an AI query your database, a Google Drive MCP server that reads your Docs, or a GitHub MCP server that opens pull requests. An MCP client is any AI assistant that knows how to talk MCP. An MCP registry (like this one) catalogs available servers so developers can discover and install them quickly.
MCP directory comparison (2026)
The major MCP directories in 2026 are Stork.AI, PulseMCP, Smithery, and MCP.Directory. Here's how they compare on features that matter to developers.
| Feature | Stork.AI | PulseMCP | Smithery | MCP.Directory |
|---|---|---|---|---|
| Server count (2026) | 9,900+ | 11,000+ | 5,000+ | curated |
| AI tools beyond MCP | 4,400+ | ❌ | ❌ | ❌ |
| Trust scores / votes | ✅ | partial | ✅ | ❌ |
| Install snippets (Cursor/Claude/VS Code/Windsurf) | ✅ | ✅ | ✅ | partial |
| Meta-MCP server (in-IDE discovery) | ✅ | via community | ❌ | ❌ |
| Multi-language (8 locales) | ✅ | ❌ | ❌ | ❌ |
| RSS feed | ✅ | ✅ | partial | ❌ |
| Official MCP Registry mirror | ✅ | ✅ | ✅ | partial |
Featured MCP servers
memory
Local-first project memory for AI coding agents.
zentric-protocol-mcp
Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms.
Doxa MCP
Free hosted MCP server for Christian encouragement and Bible lookup. Not an AI companion.
Pixie Vacations Travel Booking
Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs.
Library
Search and discover 25,000+ MCP servers across all major registries. Connect and pay autonomously.
openworkdays
Zero-signup business-day date-math API: add days, count days between dates, is-business-day.
openunfurl
Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL.
dependency-migration-mcp
Through-the-upgrade dependency-migration briefs for LLM coding agents.
getskills
Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.
Blumen Komander München
Blumen Komander München - Erster Florist mit MCP. Suchen, prüfen, bestellen. Lieferung München.
DICOMweb MCP Server
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
Agent Revenue Copilot
MCP and x402 starter audit for legal AI agent revenue routes and payout verification.
Source Library
Search 12K rare pre-modern texts translated to English: philosophy, religion, science, literature.
MediBill Saver — medical bill audit tools
Medicare rates, hospital quality, and dispute scenarios from six federal public-domain datasets.
callable
API for AI agents to delegate tasks to real humans.
AntFeed
Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.
dime-experiment-tools
Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment.
TranscriptMax
Transcribe YouTube via Whisper. Summaries, chapters, semantic-search across your corpus.
mcp-server
Smart LLM routing across every major provider via one OpenAI-shape API.
ExactPDF
Agent-facing PDF API: merge, split, rotate, compress, images, metadata, text, and Markdown.
Event Escapes
Search event travel: F1, MotoGP, soccer, NFL, tennis, concerts. Tickets + hotels + experiences.
travel.art
Art-tourism data for AI agents: biennales, art fairs, museums with 2026 prices + dates.
tokenarcade
Games for AI agents. Each game runs inside a single context window.
rankparse-mcp
SEO MCP server — backlinks, domain authority, tech stack, and 18+ tools via Common Crawl.
How to install an MCP server
- Pick your client. Cursor, Claude Desktop, VS Code, Windsurf, and Zed all speak MCP. Each stores its MCP config in a different file.
- Open the config file. Cursor:
~/.cursor/mcp.json. Claude Desktop (macOS):~/Library/Application Support/Claude/claude_desktop_config.json. VS Code: workspace or user MCP settings. Windsurf: settings → MCP. - Add the server entry. Under
mcpServers, paste the command and args from the server's Stork page. Most servers run vianpxoruvx. - Restart the client so it picks up the new server.
- Verify. Run a test command from the AI; the new tool should appear in the tool palette.
Frequently asked questions
What is an MCP server?
An MCP (Model Context Protocol) server is a standardized bridge that lets AI assistants like Claude, Cursor, VS Code, and Windsurf securely call external tools, APIs, and data sources. MCP was introduced by Anthropic in late 2024 and is now supported by every major AI client.
What is the best MCP server directory in 2026?
The major MCP server directories in 2026 are Stork.AI, PulseMCP, Smithery, and MCP.Directory. Stork.AI positions itself as developer-first: it bundles AI tools and MCP servers in one catalog, publishes install snippets for every major client, and ships a meta-MCP server you install once to discover new servers from inside your IDE. PulseMCP and Smithery focus exclusively on MCP; MCP.Directory is a lighter-touch listing.
How do I install an MCP server in Cursor?
Open ~/.cursor/mcp.json and add an entry under 'mcpServers' with the command and args for the server. Restart Cursor. The server appears in your tool palette. Stork.AI's per-server pages include ready-to-paste JSON snippets for Cursor, Claude Desktop, VS Code, and Windsurf.
How do I install an MCP server in Claude Desktop?
Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%/Claude/). Add the server under 'mcpServers'. Restart Claude Desktop.
Can I publish my own MCP server to Stork?
Yes. Submit your manifest at /mcp/submit. Stork also mirrors the Official MCP Registry, so publishing to registry.modelcontextprotocol.io surfaces your server across Stork and other consumers.
Is there an RSS feed of new MCP servers?
Yes — /blog/rss.xml carries the Stork.AI blog including MCP launch coverage. Per-server RSS is on the roadmap.