Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Reyxgpt

    Minecraft server manager using the Model Context Protocol.

    0 stars
    Python
    Updated Apr 18, 2025
    administration
    claude
    llm
    mcp-server
    minecraft
    minecraft-server
    rcon
    server-management

    Table of Contents

    • Tools
    • Server control
    • Players
    • Command info
    • Setup
    • Running
    • MCP Client Configuration
    • Claude Desktop / Cursor (stdio)
    • HTTP transport
    • Project Structure
    • Requirements

    Table of Contents

    • Tools
    • Server control
    • Players
    • Command info
    • Setup
    • Running
    • MCP Client Configuration
    • Claude Desktop / Cursor (stdio)
    • HTTP transport
    • Project Structure
    • Requirements

    Documentation

    ReyxGPT: Minecraft Server Management Agent

    ReyxGPT is an MCP server built with FastMCP 3 for managing Minecraft servers via RCON.

    Tools

    Server control

    ToolDescription
    execute_minecraft_commandRun any command on the server
    execute_batch_commandsRun multiple commands in sequence
    check_server_statusGet TPS and version info

    Players

    ToolDescription
    get_online_playersList connected players
    get_player_locationGet a player's XYZ coordinates
    teleport_playerTeleport a player to coordinates

    Command info

    ToolDescription
    list_commandsList all ~80 Java Edition commands (filterable by category)
    get_command_infoGet syntax, op level, and description for any command
    search_commandsSearch commands by keyword
    fetch_command_wikiFetch live documentation from the Minecraft Wiki API
    get_server_command_helpAsk the server itself for /help

    Setup

    Copy .env.example to .env and fill in your RCON credentials:

    bash
    cp .env.example .env

    Make sure your server.properties has RCON enabled:

    properties
    enable-rcon=true
    rcon.port=25575
    rcon.password=yourpassword

    Running

    stdio (for Claude Desktop, Cursor, etc.):

    bash
    uv run reyxgpt

    HTTP (for network clients or multi-client setups):

    bash
    uv run reyxgpt --transport http --host 0.0.0.0 --port 8000

    MCP endpoint: http://localhost:8000/mcp

    Health check: http://localhost:8000/health

    SSE (legacy):

    bash
    uv run reyxgpt --transport sse --port 8000

    MCP Client Configuration

    Claude Desktop / Cursor (stdio)

    json
    "mcpServers": {
      "reyxgpt": {
        "command": "uv",
        "args": ["--directory", "/ABSOLUTE/PATH/TO/ReyxGPT", "run", "reyxgpt"],
        "env": {
          "RCON_HOST": "localhost",
          "RCON_PORT": "25575",
          "RCON_PASSWORD": "yourpassword"
        }
      }
    }

    HTTP transport

    json
    "mcpServers": {
      "reyxgpt": {
        "url": "http://localhost:8000/mcp"
      }
    }

    Project Structure

    code
    src/reyxgpt/
    ├── __init__.py         # exports mcp, registers all tools
    ├── __main__.py         # CLI entry point (--transport, --host, --port)
    ├── server.py           # FastMCP instance + lifespan + /health route
    ├── rcon.py             # RCONServer client
    ├── data/
    │   └── commands.json   # ~80 Java Edition commands database
    └── tools/
        ├── commands.py     # execute_minecraft_command, execute_batch_commands
        ├── players.py      # get_online_players, get_player_location, teleport_player
        ├── status.py       # check_server_status
        └── info.py         # list_commands, get_command_info, search_commands,
                            # fetch_command_wiki, get_server_command_help

    Requirements

    • Python 3.10+
    • uv
    • Minecraft Java Edition server with RCON enabled

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      Python·
      8
    • AW

      Aws Mcp Server

      Python·
      165
    • SE

      Serena

      Python·
      14.5k
    • KI

      Kill Process Mcp

      Python·
      9

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      Python·
      8
    • AW

      Aws Mcp Server

      Python·
      165
    • SE

      Serena

      Python·
      14.5k
    • KI

      Kill Process Mcp

      Python·
      9

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k