PocketMC

Model Context Protocol (MCP) Server Guide

PocketMC provides native support for the Model Context Protocol (MCP), enabling AI assistants like Claude Desktop, Cursor, ChatGPT, and custom LLM agents to orchestrate local Minecraft servers, query live server status, trigger backups, and manage network tunnels directly.

1. Configuration for Claude Desktop / Cursor

Add PocketMC to your claude_desktop_config.json or Cursor MCP settings:

{
  "mcpServers": {
    "pocketmc": {
      "command": "pocketmc-cli",
      "args": ["mcp"],
      "env": {
        "POCKETMC_API_PORT": "25585"
      }
    }
  }
}

2. Streamable HTTP Transport (Remote Agents)

For cloud or remote agent environments, PocketMC supports streamable HTTP MCP transport:

Endpoint: https://pocket-mc-proxy.onrender.com/mcp/v1
Protocol: MCP/1.0 (Streamable HTTP)
Manifest: https://pocketmc.github.io/pocket-mc-website/.well-known/mcp.json

3. Available MCP Tools