v1.0.1 — FREE AND OPEN-SOURCE (AGPL-3.0)

YOUR AI FINDS
MCP SERVERS
FOR YOU

MCPfinder is a free, open-source discovery and install layer for AI agents. It helps an assistant search multiple MCP registries, inspect trust signals and environment variables, and generate install-ready JSON for the right client.

WHAT IS MCP?

Model Context Protocol (MCP) is an open standard by Anthropic that lets AI models connect to external tools and data sources. Think of it as USB-C for AI — a universal interface.

MCP servers give your AI agent superpowers: access databases, call APIs, manage files, interact with services — all through a standardized protocol.

MCPfinder is an MCP server that discovers other MCP servers. The primary user is the AI assistant itself; the human installs it once, then the assistant uses it repeatedly.

YOUR AI AGENT
MCPFINDER
GITHUB · POSTGRES · SLACK · MULTI-REGISTRY MCP DISCOVERY

THREE STEPS TO SMARTER AI

MCPfinder connects to your AI agent as an MCP server. Your AI can then discover candidate servers, inspect trust signals, and generate install config with minimal round-trips.

1

INSTALL MCPFINDER

One install step. Minimal setup. Add MCPfinder as an MCP server to your AI client, then let the assistant discover and configure downstream MCP servers.

2

AI DISCOVERS TOOLS

Your AI agent asks MCPfinder: "I need a tool for X." MCPfinder searches across multiple registries and returns the best match.

3

CAPABILITIES EXPAND

Your AI gains new abilities on-demand. Need a database tool? A code formatter? A web scraper? MCPfinder finds it instantly.

UP AND RUNNING IN 30 SECONDS

Choose your preferred installation method. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

NPX (NO INSTALL NEEDED)
# Run directly — no install needed
$ npx @mcpfinder/server

# Or add to your MCP config:
{
  "mcpServers": {
    "mcpfinder": {
      "command": "npx",
      "args": ["@mcpfinder/server"]
    }
  }
}
NPM (GLOBAL INSTALL)
# Install globally
$ npm install -g @mcpfinder/server

# Then run it
$ mcpfinder

# Or add to a project
$ npm install @mcpfinder/server

THE PART YOUR ASSISTANT ACTUALLY NEEDS

Humans install MCPfinder once. Assistants use it repeatedly to discover missing capabilities, inspect trust signals, and generate install-ready config.

SEARCH_MCP_SERVERS

Find candidate servers by keyword, technology, or use case. Use this first when the user needs a capability you do not already have.

GET_SERVER_DETAILS

Inspect trust signals, tools, warning flags, transport, and required environment variables before recommending anything.

GET_INSTALL_CONFIG

Generate a client-specific JSON config snippet for Claude Desktop, Cursor, Claude Code, Cline, or Windsurf.

BROWSE_CATEGORIES

Explore categories when the user only knows a domain like database, filesystem, communication, or security.

EVERYTHING YOU NEED TO DISCOVER MCP SERVERS

MCPfinder aggregates, searches, scores, warns, and generates install config — so your AI can choose tools with less guesswork.

MULTI-REGISTRY SEARCH

Aggregates the Official MCP Registry, Glama, and Smithery into one unified search. Never miss a server.

SMART RECOMMENDATIONS

Search returns confidence, recommendation reasons, and warning flags so an assistant can decide whether to recommend a server strongly or cautiously.

ZERO-FRICTION SETUP

One install for MCPfinder itself. After that, your assistant can generate install-ready JSON snippets for the right downstream MCP server.

AI-NATIVE INTERFACE

MCPfinder is itself an MCP server. Your AI agent discovers tools programmatically — no human browsing required.

ALWAYS UP-TO-DATE

Bootstraps from published snapshots and syncs from upstream registries. The snapshot manifest is a better freshness signal than vague marketing claims.

FREE & OPEN SOURCE

AGPL-3.0 licensed. Inspect the code, contribute, or fork it. Built by the community, for the community.

...
SERVERS IN LATEST SNAPSHOT
3
REGISTRIES AGGREGATED
JSON
STRUCTURED OUTPUTS
AGPL-3.0
OPEN SOURCE LICENSE

Snapshot freshness appears here when the manifest endpoint is reachable.

FREQUENTLY ASKED QUESTIONS

Everything you need to know about MCPfinder and MCP servers.

WHAT IS MCP (MODEL CONTEXT PROTOCOL)?
MCP (Model Context Protocol) is an open standard created by Anthropic that lets AI models connect to external tools and data sources. Think of it as USB-C for AI — a universal plug that lets your AI agent use databases, APIs, file systems, and more through a standardized interface.
HOW DO I FIND THE BEST MCP SERVER FOR MY USE CASE?
MCPfinder works best as an AI workflow rather than a human search page. Your assistant should search for candidates, inspect trust signals and environment variables with get_server_details, then generate config with get_install_config.
IS MCPFINDER FREE TO USE?
Yes! MCPfinder is completely free and open-source under the AGPL-3.0 license. Install it via npm with npx @mcpfinder/server or add it to your project with npm install @mcpfinder/server. No API keys or subscriptions required.
CAN I USE MCPFINDER IN A COMMERCIAL PRODUCT?
Yes. AGPL-3.0 lets you use MCPfinder in any personal, internal, or commercial setting without additional licensing — running it, integrating it with your AI agents, and shipping it with proprietary workflows is fine. What AGPL-3.0 does require is that if you modify MCPfinder and expose it as a network service, you must publish those modifications under the same license. Need a non-AGPL license to embed MCPfinder in a closed-source distribution? Contact hello@coderai.dev.
WHAT MCP REGISTRIES DOES MCPFINDER SEARCH?
MCPfinder aggregates the Official MCP Registry, Glama, and Smithery — three of the largest MCP server registries — into a single searchable index. Data is deduplicated and merged across sources; new servers appear as soon as any upstream publishes them. MCPfinder itself is also registered there as dev.mcpfinder/server.
HOW IS MCPFINDER DIFFERENT FROM BROWSING A REGISTRY DIRECTLY?
MCPfinder is itself an MCP server, so an assistant can use it directly. Instead of manually browsing registries, the assistant can ask for candidates, review warnings, and generate install-ready JSON. That makes it more like a decision engine than a static directory.
WHICH AI CLIENTS WORK WITH MCPFINDER?
MCPfinder works with any MCP-compatible client, including Claude Desktop, Cursor, Windsurf, Cline, and others. Any tool that supports the Model Context Protocol can connect to MCPfinder and use it to discover other MCP servers.
CAN I CONTRIBUTE TO MCPFINDER?
Absolutely! MCPfinder is open-source and we welcome contributions. Visit our GitHub repository to report issues, submit pull requests, or suggest new features. The project is maintained by Coder AI.

INSTALL ONCE, LET YOUR AI USE IT DAILY

Use the local stdio server as the canonical interface, then point your assistant at MCPfinder whenever it needs a missing capability.

$ npx @mcpfinder/server