
MCP Finder and Installer
MCP server that installs MCP Servers
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install bbangjooo/mcp-installer -c claude
This command will automatically install and configure the MCP Finder and Installer MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"MCP Finder and Installer": {
"command": "npx",
"args": [
"-y",
"@bbangjo/mcp-installer"
],
"env": {
"SMITHERY_API_KEY": "${input:smithery_api_key}"
}
}
}
}
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
.env
file 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.
Stars
2Forks
2Last commit
3 months agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to MCP Finder and Installer:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit