MCP Installer
@smithery-ai
About MCP Installer
Official MCP server for Smithery CLI
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"smithery-cli-mcp": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Installer?
MCP Installer provides tools for discovering Model Context Protocol (MCP) servers from a registry, collecting configuration for connecting to a server, and installing an MCP server to your local machine. It is intended for developers who want to find, configure, and deploy MCP servers.
How to use MCP Installer?
After installing dependencies (npm install), set the SMITHERY_API_KEY environment variable in a .env file. Build the project with npm run build and start the server with node build/index.js. The server runs on stdio and will confirm successful startup with the message "MCP Finder Server running on stdio".
Key features of MCP Installer
- find-mcp: Finding MCP servers from a registry.
- collect-config: Collecting configuration for connection to an MCP server.
- install-mcp: Installing an MCP server to your local machine.
- Requires Node.js v14.0.0 or higher and npm or yarn.
- Uses a SMITHERY_API_KEY from smithery.ai.
Use cases of MCP Installer
- Discover available MCP servers from a centralized registry.
- Retrieve configuration details needed to connect to a chosen MCP server.
- Install an MCP server directly to your local development environment.
FAQ from MCP Installer
What tools does MCP Installer provide?
It offers three tools: find-mcp (discovery), collect-config (configuration), and install-mcp (installation).
What are the prerequisites for running MCP Installer?
You need Node.js (v14.0.0 or higher), npm or yarn, and a valid SMITHERY_API_KEY obtained from smithery.ai.
How do I obtain a SMITHERY_API_KEY?
Visit https://smithery.ai/ to sign up and get your API key.
How do I start the MCP Installer server?
Run npm run build followed by node build/index.js. The server will output "MCP Finder Server running on stdio" when ready.
More Developer Tools MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Comments