by anaisbetts
Installs other MCP servers via simple commands, using npx for Node/npm packages and uv for Python packages.
Mcp Installer provides a unified MCP server that can fetch and set up other MCP servers from npm or PyPi, allowing Claude to manage server installation on demand.
npx
(Node) and uv
(Python) are installed on your machine.claude_desktop_config.json
(macOS or Windows path as described):"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": ["@anaisbetts/mcp-installer"]
}
}
Q: Do I need to install the MCP server manually? A: No. Once Mcp Installer is added to the Claude config, you can request installations via chat.
Q: What if I want to install a server from a local path? A: Include the absolute path in your prompt (e.g., “install the MCP server at /Users/.../mcp-youtube”).
Q: Are environment variables supported? A: Yes. Specify them in the prompt; Mcp Installer will set them before launching the target server.
Q: Can I install both Node and Python servers with the same command?
A: The installer detects the package type and uses npx
for npm packages or uv
for PyPi packages automatically.
Q: What happens if the required package manager is missing?
A: Claude will respond with an error indicating that npx
or uv
needs to be installed.
This server is a server that installs other MCP servers for you. Install it, and you can ask Claude to install MCP servers hosted in npm or PyPi for you. Requires npx
and uv
to be installed for node and Python servers respectively.
Put this into your claude_desktop_config.json
(either at ~/Library/Application Support/Claude
on macOS or C:\Users\NAME\AppData\Roaming\Claude
on Windows):
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
}
}
Hey Claude, install the MCP server named mcp-server-fetch
Hey Claude, install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/Users/anibetts/Desktop'] for the arguments
Hi Claude, please install the MCP server at /Users/anibetts/code/mcp-youtube, I'm too lazy to do it myself.
Install the server @modelcontextprotocol/server-github. Set the environment variable GITHUB_PERSONAL_ACCESS_TOKEN to '1234567890'
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "mcp-installer": { "command": "npx", "args": [ "@anaisbetts/mcp-installer" ] } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.