MCP Installer
@bbangjooo
MCP Installer について
MCP server that installs MCP Servers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-installer-bbangjooo": {
"command": "npx",
"args": [
"@bbangjo/mcp-installer",
"--client",
"<client-type>",
"--key",
"<your-smithery-api-key>"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Installer?
MCP Installer is a tool that finds Model Context Protocol (MCP) servers from a registry, collects configuration needed to connect to them, and installs MCP servers to a local machine. It is designed for developers using Cursor or Claude clients.
How to use MCP Installer?
Install via npm (npm install @bbangjo/mcp-installer) or run directly with npx: npx @bbangjo/mcp-installer --client <client-type> --key <your-smithery-api-key>. The server runs on stdio after building with npm run build && node build/index.js.
Key features of MCP Installer
- Finds MCP servers from a registry
- Collects configuration for server connections
- Installs MCP servers locally
- Supports Cursor and Claude clients
- Requires a Smithery API key
- Creates config files in standard OS‑specific paths
Use cases of MCP Installer
- Discover and install MCP servers for Cursor
- Discover and install MCP servers for Claude
- Automate server setup and configuration in development environments
FAQ from MCP Installer
What clients are supported?
Currently supported clients are cursor or claude.
What are the prerequisites?
Node.js v14.0.0 or higher, npm or yarn, and a Smithery API key (obtained from https://smithery.ai/).
Where are configuration files saved?
For Cursor: Windows %APPDATA%\Cursor\mcp.json, macOS ~/.cursor/mcp.json, Linux ~/.config/Cursor/mcp.json.
For Claude: Windows %APPDATA%\Claude\claude_desktop_config.json, macOS ~/Library/Application Support/Claude/claude_desktop_config.json, Linux ~/.config/Claude/claude_desktop_config.json.
What message indicates successful installation?
The server prints “✅ MCP server installed successfully.”
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント