MCP Installer
About
Install and configure additional MCP servers dynamically.
Details
- Author
- anaisbetts
- Repository
- anaisbetts/mcp-installer
- GitHub stars
- 1,432
- Downloads
- 98,088
- License
- MIT License
- Categories
- Developer Tools, Community, Other, AI, Infrastructure
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP InstallerCommand (node, npx, python, etc.)npxArguments-
Argument 1
@anaisbetts/mcp-installer
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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"
]
}
}
install_repo_mcp_server
Install an MCP server via npx or uvx
install_local_mcp_server
Install an MCP server whose code is cloned locally on your computer
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp installer": {
"cwd": "null",
"env": {},
"args": [
"@anaisbetts/mcp-installer"
],
"command": "npx"
}
}
}
Linux
{
"cwd": "null",
"env": [],
"args": [
"@anaisbetts/mcp-installer"
],
"command": "npx"
}
Macos
{
"cwd": "null",
"env": [],
"args": [
"@anaisbetts/mcp-installer"
],
"command": "npx"
}
Windows
{
"cwd": "null",
"env": [],
"args": [
"/c",
"npx",
"@anaisbetts/mcp-installer"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





