Overview
The mcp-server is a mirror repository that allows users to access and utilize the MCP (Minecraft Coder Pack) server files for development and modification purposes.
To use mcp-server, clone the repository from GitHub and follow the instructions in the README file to set up the server environment.
- Provides a complete mirror of the MCP server files. - Easy setup and configuration for developers. - Regular updates to ensure compatibility with the latest Minecraft versions.
- Modifying Minecraft server files for custom gameplay experiences.
- Developing and testing Minecraft mods.
- Collaborating with other developers on Minecraft projects.
Add to your AI client
Use these steps to connect mcp-server 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": {
"spullara-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spullara-mcp-server-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": {
"spullara-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spullara-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"spullara-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spullara-mcp-server-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": {
"spullara-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spullara-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spullara-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spullara-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"spullara-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spullara-mcp-server-mcp-mirror"
]
}
}
}FAQ
What is the MCP?
The MCP (Minecraft Coder Pack) is a set of tools and files that allow developers to modify and create content for Minecraft.
Is mcp-server free to use?
Yes! mcp-server is open-source and free for everyone to use.
How do I contribute to the mcp-server project?
You can contribute by submitting pull requests or reporting issues on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":580,"uuid":"64222bec-6287-4a9a-a3ce-54e9e204d8b7","name":"spullara_mcp-server","title":"mcp-server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:22:55.845Z","updated_at":"2025-02-23T07:15:11.712Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,mirror,repository","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/spullara_mcp-server","target":"_self","content":"# mcp-server","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]