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:
"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
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
uv run main.py
This will start the MCP server, allowing the agent to interact with your Minecraft server.
Recommend MCP Servers 💡
mcp-telemetry
A Model Context Protocol (MCP) server for telemetry within chat systems, enabling tracing and analysis of conversations using Weights & Biases Weave.
decodo-mcp
Connects LLMs and applications to Decodo's platform for web data access, including web scraping, Google Search, and Amazon Search, with features like geographic flexibility and enhanced privacy.
@PovedaAqui/suzieq-mcp
An MCP server enabling interaction with SuzieQ network observability via REST API
rr-mcp
A generic MCP server for extracting .NET interface, OpenAPI, and data (models/entities/enums) information from any .NET solution using PowerShell scripts for AI agents.
tidb-mcp-server
A Python SDK for TiDB AI, providing a unified data platform for building AI applications and agents. It supports various search modes (vector, full-text, hybrid, image), automatic embedding, multi-modal storage, advanced filtering, and transaction management, enabling seamless integration of structured and unstructured data for AI workloads.
@excoriate/mcp-terragrunt-docs
MCP Server built with Deno/TypeScript to provide contextual information about Terragrunt documentation and GitHub issues.