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

    • Setup
    • Project Structure
    • Requirements
    • Running the Agent

    Table of Contents

    • Setup
    • Project Structure
    • Requirements
    • Running the Agent

    Documentation

    ReyxGPT: Minecraft Server Management Agent

    ReyxGPT is an agent built on the Model Context Protocol (MCP) for managing Minecraft servers via RCON. It allows a language model to:

    • Execute server commands
    • Monitor server and player status

    Setup

    To integrate ReyxGPT with clients like Claude Desktop, add the following to your MCP configuration:

    json
    "mcpServers": {
      "reyxgpt": {
        "command": "uv",
        "args": [
          "--directory",
          "C:\\ABSOLUTE_PATH\\",
          "run",
          "main.py"
        ],
        "env": {
          "RCON_HOST": "localhost",
          "RCON_PORT": "25575",
          "RCON_PASSWORD": "verysecurepassword"
        }
      }
    }

    Ensure your Minecraft server has RCON enabled with the specified credentials.

    Project Structure

    code
    ReyxGPT/
    ├── .env                 # RCON configuration
    ├── main.py              # Application entry point
    ├── mcp_server/          # MCP server implementation
    ├── rcon/                # RCON client implementation
    ├── pyproject.toml       # Dependencies and metadata
    └── uv.lock              # Dependency lock file

    Requirements

    • Python 3.13
    • uv for running the project

    Running the Agent

    bash
    uv run main.py

    This will start the MCP server, allowing the agent to interact with your Minecraft server.

    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