- Explore MCP Servers
- mcp-finder-mcp-server
Mcp Finder Mcp Server
What is Mcp Finder Mcp Server
mcp-finder-mcp-server is a server designed to search for Model Context Protocol (MCP) servers from a registry, providing tools for finding, collecting configurations, and installing MCP servers.
Use cases
Use cases include developers searching for available MCP servers, collecting configuration data for application integration, and setting up local MCP servers for testing and development purposes.
How to use
To use mcp-finder-mcp-server, install the necessary dependencies, set up the environment variables in a .env file, and run the server using Node.js commands. The server will indicate when it is running successfully.
Key features
Key features include tools for finding MCP servers, collecting configuration data for connections, and installing MCP servers locally. It requires Node.js and an API key for operation.
Where to use
mcp-finder-mcp-server can be used in software development environments where there is a need to connect to and manage multiple MCP servers, particularly in applications that utilize the Model Context Protocol.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Finder Mcp Server
mcp-finder-mcp-server is a server designed to search for Model Context Protocol (MCP) servers from a registry, providing tools for finding, collecting configurations, and installing MCP servers.
Use cases
Use cases include developers searching for available MCP servers, collecting configuration data for application integration, and setting up local MCP servers for testing and development purposes.
How to use
To use mcp-finder-mcp-server, install the necessary dependencies, set up the environment variables in a .env file, and run the server using Node.js commands. The server will indicate when it is running successfully.
Key features
Key features include tools for finding MCP servers, collecting configuration data for connections, and installing MCP servers locally. It requires Node.js and an API key for operation.
Where to use
mcp-finder-mcp-server can be used in software development environments where there is a need to connect to and manage multiple MCP servers, particularly in applications that utilize the Model Context Protocol.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Installer
Introduction
MCP Installer serves the following tools
- find-mcp: finding Model Context Protocol (MCP) servers from registry
- collect-config: collecting config to be used for connection to mcp server
- install-mcp: installing mcp server to your local machine
Getting Started
Prerequisites
- Node.js (v14.0.0 or higher)
- npm or yarn
- SMITHERY_API_KEY (https://smithery.ai/)
Installation
You can install MCP Installer using the following command:
npm install @bbangjo/mcp-installer npx @bbangjo/mcp-installer --client <client-type> --key <your-smithery-api-key>
Where:
<client-type>: Currently supported clients are ‘cursor’ or ‘claude’<your-smithery-api-key>: Enter your Smithery API key
Example:
npx @bbangjo/mcp-installer --client cursor --key your_smithery_api_key_here
Upon successful installation, you will see the message “✅ MCP server installed successfully.”
Note: Depending on the client type, the configuration file will be created in the following locations:
-
Cursor:
- Windows:
%APPDATA%\Cursor\mcp.json - macOS:
~/.cursor/mcp.json - Linux:
~/.config/Cursor/mcp.json
- Windows:
-
Claude:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- Windows:
Local setup
- Install dependencies
npm install
- Set up environment variables
Create a.envfile in the project root directory and add the following:
SMITHERY_API_KEY=your_api_key_here
- Running the server:
npm run build node build/index.js
The server will display the message “MCP Finder Server running on stdio” when successfully started.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










