mcp-installer.0

yodablocks/mcp-installer.0

3.1

If you are the rightful owner of mcp-installer.0 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

mcp-installer is a server that facilitates the installation of other MCP servers using Claude.

The mcp-installer is a specialized Model Context Protocol (MCP) server designed to streamline the installation of other MCP servers. By leveraging the capabilities of Claude, users can easily install MCP servers hosted on npm or PyPi. This tool requires the presence of `npx` for Node.js servers and `uv` for Python servers, ensuring compatibility across different programming environments. The installation process is simplified by configuring the `claude_desktop_config.json` file, allowing users to specify the necessary command and arguments for the mcp-installer. This server is particularly useful for developers and users who frequently work with MCP servers and need a quick and efficient way to manage installations.

Features

  • Automated MCP Server Installation: Simplifies the process of installing MCP servers using Claude.
  • Supports npm and PyPi: Compatible with servers hosted on npm and PyPi, covering a wide range of MCP servers.
  • Configurable via JSON: Easy configuration through the `claude_desktop_config.json` file.
  • Requires npx and uv: Ensures compatibility with Node.js and Python environments.
  • User-Friendly Prompts: Allows users to install servers with simple, conversational prompts.

Usages

usage with claude desktop

"mcpServers": {
    "mcp-installer": {
      "command": "npx",
      "args": [
        "@yodablocks/mcp-installer"
      ]
    }
  }