Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Minecraft MCP Server
box

Minecraft MCP Server MCP Server

Minecraft game integration

minecraftgamingautomationserver

About

## 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.

Installation

Configuration
{
  "mcpServers": {
    "minecraft": {
      "mcpServers": {
        "minecraft": {
          "args": [
            "-y",
            "minecraft-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Minecraft server control
  2. 2Game automation
  3. 3Bot interaction

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers