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 💡
pentest-mcp
An MCP server that integrates Kali Linux security tools like Nmap and Gobuster, allowing users to perform penetration tests using natural language via LLMs like Claude.
tldv
Provides a Model Context Protocol (MCP) server for seamless interaction with the tl;dv API, enabling AI models and MCP clients to access, analyze, and derive insights from meetings across Google Meet, Zoom, and Microsoft Teams.
@drew-goddyn/buildkite-mcp
An MCP server that integrates with Buildkite to retrieve and manage information about organizations, pipelines, builds, and jobs.
netdata
Netdata's MCP server enables AI assistants to access infrastructure monitoring data (metrics, logs, alerts, live system info) for DevOps/SRE tasks.
caldav-mcp
A CalDAV client that exposes calendar operations (create, list events) as tools for AI assistants via Model Context Protocol.
mcp-wdpcameracontrol-server
A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for core MCP concepts demonstration