
MCP安装器
STDIOMCP服务器查找、配置和安装工具
MCP服务器查找、配置和安装工具
MCP Installer serves the following tools
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 keyExample:
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:
%APPDATA%\Cursor\mcp.json
~/.cursor/mcp.json
~/.config/Cursor/mcp.json
Claude:
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
npm install
.env
file in the project root directory and add the following:SMITHERY_API_KEY=your_api_key_here
npm run build node build/index.js
The server will display the message "MCP Finder Server running on stdio" when successfully started.