mcp-installer - A MCP Server to install MCP Servers
@anaisbetts
About mcp-installer - A MCP Server to install MCP Servers
An MCP server that installs other MCP servers for you
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
}
}
}Tools
2Install an MCP server via npx or uvx
Install an MCP server whose code is cloned locally on your computer
Overview
What is mcp-installer?
It is an MCP server that automatically installs other MCP servers for you. By adding it to Claude, you can ask Claude to install MCP servers hosted on npm or PyPi without manual configuration.
How to use mcp-installer?
Add the server configuration to claude_desktop_config.json using npx and the package @anaisbetts/mcp-installer. Then ask Claude prompts like “Hey Claude, install the MCP server named mcp-server-fetch” to install a server.
Key features of mcp-installer
- Installs MCP servers from npm or PyPi.
- Works through natural language prompts in Claude.
- Supports custom arguments for installed servers.
- Allows setting environment variables during install.
- Automates the manual server setup process.
Use cases of mcp-installer
- Quickly add an npm-hosted MCP server via Claude.
- Install a PyPi-hosted MCP server with specific arguments.
- Install a locally developed MCP server.
- Configure environment variables during server installation.
FAQ from mcp-installer
What dependencies are required?
Requires npx for Node-based servers and uv for Python-based servers to be installed.
How do I install mcp-installer?
Add the configuration entry to claude_desktop_config.json with "command": "npx" and "args": ["@anaisbetts/mcp-installer"].
Can I install servers from sources other than npm or PyPi?
The README only mentions npm and PyPi, but includes an example that installs from a local file path.
How do I pass arguments or environment variables to the installed server?
Specify them in the prompt as a list for arguments and key-value pairs for environment variables, as shown in the examples.
Where is the configuration file located?
On macOS at ~/Library/Application Support/Claude, on Windows at C:\Users\NAME\AppData\Roaming\Claude.
Frequently asked questions
What dependencies are required?
Requires `npx` for Node-based servers and `uv` for Python-based servers to be installed.
How do I install mcp-installer?
Add the configuration entry to `claude_desktop_config.json` with `"command": "npx"` and `"args": ["@anaisbetts/mcp-installer"]`.
Can I install servers from sources other than npm or PyPi?
The README only mentions npm and PyPi, but includes an example that installs from a local file path.
How do I pass arguments or environment variables to the installed server?
Specify them in the prompt as a list for arguments and key-value pairs for environment variables, as shown in the examples.
Where is the configuration file located?
On macOS at `~/Library/Application Support/Claude`, on Windows at `C:\Users\NAME\AppData\Roaming\Claude`.
Basic information
More Other MCP servers
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

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments