
MCPfinder MCP Server Discovery
Let your agent search Official Registry, Glama, and Smithery for MCP servers, inspect trust signals, and emit install configs for your client.
Overview
dev.mcpfinder/server is a MCP server for the Build phase that lets your agent discover, evaluate, and install MCP servers from Official Registry, Glama, and Smithery.
What is this MCP server?
- 4 publisher-documented tools: search_mcp_servers, get_server_details, get_install_config, browse_categories.
- Aggregates discovery across Official MCP Registry, Glama, and Smithery.
- get_server_details surfaces trust signals, tools, env vars, and warnings before you recommend a server.
- get_install_config returns client-specific JSON snippets (e.g. filesystem for claude-desktop).
- stdio package @mcpfinder/server version 1.0.4; protocol 2025-12-11; registry auth none for the finder itself.
- 4 documented MCP tools in publisher meta
- Indexes Official Registry, Glama, and Smithery; MCP protocol 2025-12-11
Community signal: 9 GitHub stars.
What problem does it solve?
Finding trustworthy MCP servers and correct client config across multiple registries is tedious and error-prone when you assemble agent tooling by hand.
Who is it for?
Solo builders constantly adding MCP integrations who want the agent to research and configure servers across major registries.
Skip if: Teams that only need one fixed MCP server with no discovery, or environments that block stdio/npm package installs.
What do I get? / Deliverables
After installing the stdio server, your agent can search catalogs, inspect server details, and output ready-to-paste MCP client configuration.
- Ranked MCP server candidates for a keyword or use case
- Trust and tooling metadata via get_server_details
- Client-specific MCP install configuration snippets
Recommended MCP Servers
Journey fit
Discovering and wiring MCP servers is core Build work for anyone assembling an agent stack beyond a single default integration. agent-tooling is the shelf for meta-tooling that expands what your agent can call—search, compare, and install other MCP servers safely.
How it compares
MCP discovery and install-config generator, not a domain-specific database or browser automation server.
Common Questions / FAQ
Who is dev.mcpfinder/server for?
Developers using Claude Code, Cursor, or Codex who want agent-assisted search and installation of MCP servers from multiple public catalogs.
When should I use dev.mcpfinder/server?
Use it during Build and ongoing Operate-style stack updates whenever you need a new MCP capability and want search, trust review, and client JSON in one flow.
How do I add dev.mcpfinder/server to my agent?
Install and run the stdio package @mcpfinder/server (version 1.0.4 per registry), add it to your MCP client’s servers list, then ask the agent to search_mcp_servers or get_install_config for your target.