MCP Installer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Installerfind MCP servers for GitHub integration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Basic MCP Server
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_hereUpon 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.jsonmacOS:
~/.cursor/mcp.jsonLinux:
~/.config/Cursor/mcp.json
Claude:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Local setup
Install dependencies
npm installSet up environment variables Create a
.envfile in the project root directory and add the following:
SMITHERY_API_KEY=your_api_key_hereRunning the server:
npm run build
node build/index.jsThe server will display the message "MCP Finder Server running on stdio" when successfully started.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and install 4,000+ security-scanned MCP servers from inside any MCP-aware AI client.
Search and get install details on MCP servers, right from your agent -- a unified marketplace index.
Agent-native launch platform and tool directory: search, alternatives, trending, launch via MCP.
Build and publish Overskill apps from Cursor, Claude, ChatGPT, or any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP of MCPs. Automatic discovery and configure MCP servers on your local machine. Integration with Claude and Cursor.52Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA minimal Model Context Protocol server demonstrating basic MCP capabilities with example tools, resources, and prompts. Built as a starting template for developers to create their own MCP servers using the Smithery SDK.1 npmISC
- AlicenseAqualityDmaintenanceManages installation and configuration of MCP servers across multiple clients (Claude Code, Cursor, VS Code) from a personal GitHub registry, with support for API key management and bulk installations.77 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP discovery and installation engine that enables users to search for, install, and manage Model Context Protocol servers via the Smithery Registry. It provides atomic tools for managing MCP configurations and is specifically designed to be orchestrated by Claude Code.3GPL 3.0