An MCP server that installs other MCP servers for you
Overview
What is MCP Installer?
The ### MCP Installer is a powerful tool designed to simplify the process of setting up multiple Minecraft server instances. It automates the installation of various MCP (Minecraft Coder Pack) servers, allowing users to manage their Minecraft server environments more efficiently. This tool is particularly useful for developers and server administrators who need to work with different versions of Minecraft or various server configurations.
Features of MCP Installer
- Automated Installation: The MCP Installer automates the setup process for multiple Minecraft servers, saving time and reducing the potential for errors.
- Version Management: Easily switch between different versions of Minecraft servers, ensuring compatibility with various mods and plugins.
- User-Friendly Interface: The installer features an intuitive interface that makes it easy for users of all skill levels to navigate and utilize its functionalities.
- Open Source: Being an open-source project, users can contribute to its development, customize it to their needs, or simply use it for free.
- Community Support: The MCP Installer has a growing community of users and developers who provide support, share tips, and contribute to its ongoing improvement.
How to Use MCP Installer
- Download the Installer: Visit the official repository on GitHub and download the latest version of the MCP Installer.
- Run the Installer: Execute the installer on your machine. Follow the on-screen instructions to set up the necessary files and configurations.
- Select Minecraft Version: Choose the version of Minecraft you wish to install. The installer will handle the downloading and setup automatically.
- Configure Your Server: After installation, configure your server settings as needed, including mods, plugins, and server properties.
- Launch Your Server: Start your Minecraft server using the MCP Installer, and enjoy your gaming experience!
Frequently Asked Questions
What platforms does MCP Installer support?
MCP Installer is designed to work on multiple platforms, including Windows, macOS, and Linux.
Is MCP Installer free to use?
Yes, MCP Installer is an open-source project and is completely free to use.
Can I contribute to the MCP Installer project?
Absolutely! Contributions are welcome. You can report issues, suggest features, or even submit code improvements through the GitHub repository.
How do I report a bug or issue with the MCP Installer?
If you encounter any issues, please visit the GitHub repository and use the "Issues" tab to report your problem. Be sure to provide as much detail as possible to help the developers address the issue.
Where can I find support or tutorials for using MCP Installer?
You can find support and tutorials in the community forums, GitHub discussions, or by checking the README file in the repository for guidance on common tasks and troubleshooting tips.
Details
mcp-installer - A MCP Server to install MCP Servers
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.
How to install:
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"
]
}
}
Example prompts
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'
Server Config
{
"mcpServers": {
"mcp-installer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/metorial/mcp-container--anaisbetts--mcp-installer--mcp-installer",
"node ./lib/index.mjs"
],
"env": {}
}
}
}