Minecraft game integration
## Minecraft MCP Server: Game Server Management The **Minecraft MCP Server** integrates Minecraft server management into Google Antigravity, enabling AI-assisted server administration, world management, and player moderation for Minecraft servers. ### Why Minecraft MCP? - **Server Control**: Start, stop, and manage Minecraft servers remotely - **World Management**: Backup, restore, and manage game worlds efficiently - **Player Administration**: Manage players, permissions, and moderation - **Plugin Management**: Install and configure server plugins and mods - **Performance Monitoring**: Monitor server performance and resource usage ### Key Features #### 1. Server Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check Minecraft server status and online player count" }] ) ``` #### 2. World Operations ```python # Manage worlds response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create backup of the current world and list available backups" }] ) ``` #### 3. Player Management ```python # Administer players response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show online players and grant operator permissions to trusted users" }] ) ``` #### 4. Console Commands ```python # Execute commands response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Execute server command to change weather and time of day" }] ) ``` ### Configuration ```json { "mcpServers": { "minecraft": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-minecraft"], "env": { "MINECRAFT_RCON_HOST": "localhost", "MINECRAFT_RCON_PORT": "25575", "MINECRAFT_RCON_PASSWORD": "your-rcon-password" } } } } ``` ### Use Cases **Server Hosting**: Manage self-hosted Minecraft servers efficiently. **Community Servers**: Administer community gaming servers with player management. **Education**: Manage Minecraft Education servers for learning environments. **Content Creation**: Support content creators with automated server management. The Minecraft MCP Server brings comprehensive game server management into your workflow.
{
"mcpServers": {
"minecraft": {
"mcpServers": {
"minecraft": {
"args": [
"-y",
"minecraft-mcp"
],
"command": "npx"
}
}
}
}
}