Overview
MCpi5Server is a project designed to create a mirror server for Minecraft Pi Edition, allowing users to host and manage their own Minecraft servers easily.
To use MCpi5Server, clone the repository from GitHub, set up the server environment, and follow the instructions in the README to configure your server settings.
- Easy setup for Minecraft Pi servers - Customizable server settings - Community support for troubleshooting
- Hosting a personal Minecraft server for friends.
- Creating a learning environment for programming with Minecraft.
- Experimenting with Minecraft mods and plugins.
Add to your AI client
Use these steps to connect MCpi5Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"m3kk0m3d3sm0-mcpi5server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m3kk0m3d3sm0-mcpi5server-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"m3kk0m3d3sm0-mcpi5server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m3kk0m3d3sm0-mcpi5server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"m3kk0m3d3sm0-mcpi5server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m3kk0m3d3sm0-mcpi5server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"m3kk0m3d3sm0-mcpi5server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m3kk0m3d3sm0-mcpi5server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"m3kk0m3d3sm0-mcpi5server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m3kk0m3d3sm0-mcpi5server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"m3kk0m3d3sm0-mcpi5server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m3kk0m3d3sm0-mcpi5server-mcp-mirror"
]
}
}
}FAQ
Can I run MCpi5Server on any device?
MCpi5Server is optimized for Raspberry Pi but can be run on other devices with the appropriate setup.
Is there a cost to use MCpi5Server?
No, MCpi5Server is free to use and open-source.
Where can I find support for MCpi5Server?
Support can be found in the GitHub repository's issues section and community forums.