mc-rcon-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mc-rcon-mcplist online players on my Minecraft server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mc-rcon-mcp
Minecraft RCON MCP Server for OpenCode
Features
Execute Minecraft commands via RCON
List online players
Get server info (TPS, version)
Whitelist management
Operator management
Related MCP server: MCSManager MCP Server
Setup
Clone and install dependencies:
npm install
npm run buildConfigure your Minecraft server RCON:
# server.properties
rcon.port=25575
rcon.password=your_password
enable-rcon=trueAdd to OpenCode config (
~/.config/opencode/opencode.json):
{
"mcp": {
"mc-rcon": {
"type": "local",
"command": ["node", "/path/to/mc-rcon-mcp/dist/index.js"],
"enabled": true,
"environment": {
"MC_RCON_HOST": "127.0.0.1",
"MC_RCON_PORT": "25575",
"MC_RCON_PASSWORD": "your_password"
}
}
}
}Available Tools
Tool | Description |
| Execute a Minecraft command |
| List online players |
| Get server TPS and version |
| Add player to whitelist |
| Remove player from whitelist |
| Give player operator status |
| Remove player operator status |
| Check RCON connection status |
Usage
list server players use mc-rconor
execute command "give @p diamond 1" use mc-rconThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pedxyuyuko/mc-rcon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server