MCPfinder

MCPfinder

The AI Agent's "App Store": Discover, install, and monetize AI capabilities — all within the MCP ecosystem.

9
Stars
4
Forks
0
Releases

Overview

MCPfinder Server is a Node.js MCP server that runs locally alongside MCP clients (e.g., Cursor, Claude Desktop, Windsurf) and exposes essential tools for AI assistants to interact with the MCP ecosystem. It enables discovering MCP servers registered in the central MCPfinder Registry (search_mcp_servers), retrieving comprehensive server details (get_mcp_server_details), and managing the client’s local MCP configuration (add_mcp_server_config and remove_mcp_server_config). The server supports stdio (via npx packages) for local use and HTTP/SSE (cloud) transport, with a public endpoint at https://mcpfinder.dev/mcp, providing the same discovery and configuration tools. It emphasizes zero-friction setup: a single command or API call can add instant capabilities. The server can auto-generate a server manifest when publishers register new MCP servers, by introspecting available tools, resources, and prompts, then submitting the manifest to the MCPfinder registry. Configuration values can be supplied or overridden, and the registry API URL is configurable via MCPFINDER_API_URL. Security is deferred to the client, as file permissions and access controls are managed by the calling application.

Details

Owner
mcpfinder
Language
JavaScript
License
GNU Affero General Public License v3.0
Updated
2025-12-07

Features

Discover MCP Servers

Search the MCPfinder Registry for available MCP servers. This is the primary tool for discovering and accessing new tools, methods, features, or capabilities.

Get MCP Server Details

Retrieve detailed information about a specific MCP server from the registry, including the full manifest and installation hints.

Add/Update Local MCP Config

Add or update the MCP server configuration in the client application's local configuration file (server_id, command, env, etc.).

Remove MCP Server Config

Remove the configuration for a specific MCP server from the client configuration.

Zero-Friction Setup

Supports quick setup via npx/uvx or HTTP/SSE, enabling instant access to new capabilities with a single command or API call.

Automatic Manifest Registration

When publishers register new MCP servers, the tool can introspect available tools, resources, and prompts to generate and submit a manifest to the MCPfinder registry.

Transports: Local and Cloud

Exposes both stdio (local) and HTTP/SSE (cloud) transports, providing the same discovery and configuration capabilities in different environments.

Audience

AI developersDiscover and install MCP servers to augment AI agents with new capabilities.
MCP clientsUse with MCP clients to access and enable new tools discovered in the MCPfinder Registry.
DevOps teamsAutomate configuration and deployment of MCP servers across devices and environments.

Tags

mcpregistrydiscoverytoolsinstallationconfigurationstdiohttp-sseaiagents