server
If you are the rightful owner of server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCPfinder is a Node.js application that implements a Model Context Protocol (MCP) server, enabling language models to autonomously discover and install new capabilities through client applications supporting the MCP protocol.
MCPfinder acts as an 'API for AI,' allowing language models to search for and install new capabilities on demand. It transforms static models into evolving agents by enabling them to discover relevant MCP servers autonomously. This server is designed to run locally alongside MCP clients, providing tools that allow AI within the client to interact with the MCP ecosystem. It enables AI assistants to discover available MCP servers, retrieve details about specific servers, and manage the client application's local MCP server configuration file. MCPfinder is particularly useful for users who want to expand their AI's capabilities without manual setup, acting as a map and toolbox for AI agents.
Features
- Discover available MCP servers registered in the MCPfinder Registry.
- Retrieve detailed information about specific MCP servers.
- Manage local MCP server configuration files for client applications.
- Enable AI agents to autonomously expand their capabilities.
- Support for running in both Stdio and HTTP modes.
Tools
search_mcp_servers
Search for available MCP servers in MCP Finder Registry
get_mcp_server_details
Get detailed information about a specific MCP server
add_mcp_server_config
Add or update the local MCP server configuration file for the client application
remove_mcp_server_config
Remove the local MCP server configuration file for the client application