rcon

Execute Minecraft server commands remotely over RCON using mc-cmd.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/para7/magic_and_frontier --skill rcon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcon
Source: https://github.com/para7/magic_and_frontier/tree/main/.claude/skills/rcon
Command: npx skills add https://github.com/para7/magic_and_frontier --skill rcon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remote administration of a Minecraft server requires direct access, which can be risky and error-prone. This skill provides a safe, repeatable way to issue server commands via RCON from the host.

Core Features & Use Cases

  • Remote command execution: send arbitrary Minecraft commands to the server via RCON.
  • Convenience: manages retrieving connection details from the server.properties and uses a CLI helper to run commands.
  • Use Case: Dev/test environments where automated tests or scripts need to interact with the server.

Quick Start

Invoke mc-cmd with a targeted Minecraft command to execute on the server.

Frequently Asked Questions about rcon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Minecraft server commands remotely over RCON?

You can remotely execute Minecraft server commands by invoking the mc-cmd helper, which securely sends administration commands over RCON to manage players and configurations.

What do I need to enable RCON for Minecraft server administration?

You need RCON enabled on the Minecraft server and access to the mc data path so the skill can automatically retrieve the password and port from server.properties to issue commands.

Can I automate Minecraft server tasks in development environments via RCON?

Yes, this skill supports dev/test environments by providing a safe, repeatable way for automated tests or scripts to interact with the Minecraft server and invoke functions across containers.

How does RCON retrieve connection details for a Minecraft server?

The skill manages retrieving connection details automatically by reading the password and port directly from the server.properties file located in the accessible mc data path.

Why use an RCON skill instead of direct access for Minecraft server management?

Direct access to a Minecraft server is risky and error-prone. Using this RCON skill provides a safe, repeatable way to issue server commands from the host, reducing administration risks.