Model Context Protocol
MCP Server Directory
Stork.AI indexes 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 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 |
|---|---|---|---|---|
| AI tools beyond MCP | ✅ | ❌ | ❌ | ❌ |
| 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
LayerOne (DocX + Sign)
MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.
Weather & Climate Intelligence MCP
Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather.
Patent Intelligence MCP
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
Government Contracts MCP
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
Financial Signals MCP
Derived financial intelligence: insider patterns, earnings, institutional & ratio signals.
Cybersecurity Threat Intelligence MCP
CVE search, vulnerability database, EPSS exploit prediction, KEV, IP reputation & threat feed.
Regulatory & Compliance Intelligence MCP
Regulatory compliance, FDA recalls, federal register, enforcement actions & comment deadlines.
Brand Intelligence MCP
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
eyebrowse
Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium.
MCP Fiscal Brasil
Ferramentas fiscais brasileiras: CNPJ, NF-e, IBS/CBS, ICMS, Simples Nacional, NCM/CFOP. Sem API key.
riv-mcp
Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).
aidress
Verify, discover, and rate AI agents before transacting.
XAPS MCP Server
Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.
GENESIS ProofRelay MCP Verifier
Read-only verifier for 25 ProofRelay MCP tools and non-confidential evidence bundles.
Sorted — Event Registration & Queue Management
Event registration at scale: create events, manage waitlists, virtual queues, and dynamic pricing.
InfraNode
Keyless open data for 84 German cities: weather, air, transit, traffic. 38 read-only MCP tools.
Goodeye
Design, save, and run outcome-aligned AI workflows and verifiers, with reliable image output.
agent-web-reader
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
Wever Labs Agentic Rails
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
trivago
trivago's mcp server to find your ideal hotel and compare prices from multiple providers.
teppek
Search Teppek's map-first global classifieds and post listings for a signed-in user.
shorttext
Paste short text, get a shareable URL. Read any by slug; create with an API key.
RZ AI Labs
Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.
retro
Access QRetro team retrospectives over MCP: boards, summaries, action items, signals, metrics.
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.