MCP.so
登录

MCP Installer

@smithery-ai

关于 MCP Installer

Official MCP server for Smithery CLI

基本信息

分类

开发工具

许可证

GPL-3.0

运行时

node

传输方式

stdio

发布者

smithery-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "smithery-cli-mcp": {
      "command": "node",
      "args": [
        "build/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器