
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mcpfinder/server
Advanced tools
MCP server discovery tool for AI agents. Searches MCP servers across Official Registry, Glama, and Smithery so your AI can find, evaluate, and install tools on demand.
The MCP server that finds MCP servers. Your AI's app store for tools.
MCPfinder is a local MCP server that exposes a searchable index of 25,000+ MCP servers across the Official MCP Registry, Glama, and Smithery. Install it once as a capability on your AI client and from then on your assistant can discover, inspect, and install any MCP server on demand — no manual browsing required.
Add the snippet below to your client's MCP config file. First run downloads a
pre-built snapshot (~13 MB gzipped) from https://mcpfinder.dev/api/v1/snapshot,
so bootstrap takes under a second instead of doing a 10-minute live sync.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": ["-y", "@mcpfinder/server"]
}
}
}
Restart Claude Desktop.
.cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": ["-y", "@mcpfinder/server"]
}
}
}
.mcp.json (project) or ~/.claude.json (global) — same snippet as above.
.vscode/mcp.json:
{
"servers": {
"mcpfinder": {
"command": "npx",
"args": ["-y", "@mcpfinder/server"]
}
}
}
~/.codeium/windsurf/mcp_config.json — same snippet as Cursor.
Four canonical tools, optimized for AI consumption (typed outputSchema +
structuredContent for chaining, warning flags, confidence breakdown):
| Tool | Purpose |
|---|---|
search_mcp_servers | Ranked full-text search by keyword, technology, or use case. |
get_server_details | Trust signals, env vars, tool manifest, warnings before install. |
get_install_config | Ready-to-paste JSON config for Claude Desktop, Cursor, Claude Code, Cline, or Windsurf. |
browse_categories | Single-call category browser (omit category to list; pass category for top servers). |
confidenceScore plus a transparent
confidenceBreakdown (base, official, verified, popularity,
multiSource, penalties).warningFlags: deprecated-npm, archived-repo, stale-over-18-months,
single-source-only, missing-repository-url, install-method-unclear.safe_to_autoinstall and requires_user_secrets signals.| Env var | Default | Effect |
|---|---|---|
MCPFINDER_DATA_DIR | ~/.mcpfinder/ | Where the local SQLite DB lives. |
MCPFINDER_DISABLE_SNAPSHOT | unset | Set to 1 to skip snapshot bootstrap and do a live sync instead. |
MCPFINDER_SNAPSHOT_BASE | https://mcpfinder.dev/api/v1/snapshot | Override the snapshot host for mirrors / testing. |
dev.mcpfinder/serverAGPL-3.0-or-later — free for personal, internal, and commercial use; modifications exposed as a network service must be published under the same license.
FAQs
MCP server discovery tool for AI agents. Searches MCP servers across Official Registry, Glama, and Smithery so your AI can find, evaluate, and install tools on demand.
The npm package @mcpfinder/server receives a total of 117 weekly downloads. As such, @mcpfinder/server popularity was classified as not popular.
We found that @mcpfinder/server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.