MCPFinder

MCPFinder

mcpfinder

Lets AI assistants discover and install new MCP server capabilities on demand from a central registry. Acts like an app store for AI tools with zero-friction setup.

10494 views5Local (stdio)

What it does

  • Search MCP server registry for new tools and capabilities
  • Retrieve detailed installation info for specific servers
  • Add MCP server configurations to client applications
  • Remove MCP server configurations from clients
  • Monitor real-time registry events and updates

Best for

AI assistants that need to expand capabilities dynamicallyDevelopers building self-improving AI agentsUsers wanting to add tools without manual setup
Zero-friction setup for all toolsCentral registry of curated serversOn-demand capability expansion

Tools (5)

search_mcp_servers

This is the primary tool for discovering and accessing new tools, methods, features, or capabilities. **If a user asks for a tool, method, feature, or capability that you do not currently have, you MUST use this tool to search for it in the MCP Finder registry.** For example, if a user asks for a browser tool, OCR, filesystem access, PDF parsing, or any other capability not present in your current toolset, use this tool to search by relevant keywords. This is the required first step to expand your available tools.

get_mcp_server_details

Retrieves detailed information about a specific MCP server/tool from the registry, including its manifest and installation details. Use this after finding a tool with search_mcp_servers to get more information, or directly use add_mcp_server_config to install it.

add_mcp_server_config

Enables capabilities (e.g., tools, features) from a specific MCP server/tool. Add or update its configuration in the client application (e.g., Cursor, Claude Desktop, Windsurf, Claude Code, Codex) using server_id obtained from search_mcp_servers results. Provide EITHER client_type (see available options) OR config_file_path to specify the target config file.

remove_mcp_server_config

Removes the configuration for a specific MCP server/tool from the client application (e.g., Cursor, Claude Desktop, Windsurf, Claude Code, Codex). Provide EITHER client_type (see available options) OR config_file_path to specify the target config file.

stream_mcp_events

Monitor real-time events from the MCPfinder registry including new tool registrations, updates, and status changes. Returns a summary of events received during the monitoring period.

Alternatives