Labsco
MCP SERVER

CS2 RCON MCP

by v9rt3x

Run your CS2 server in plain language — issue RCON commands, read status, and swap in a workshop map.

Games, Entertainment & Fandom
Summary
Server admin without the console syntax.

The workshop tools are the part worth having: finding, hosting and switching to a map by ID is fiddly to type and easy to ask for. The generic rcon tool means anything else the server accepts is still reachable — including commands you would not want issued unprompted.

What it is

An RCON connection to a Counter-Strike 2 game server: arbitrary RCON commands, server status, and the workshop map handling that otherwise means typing console commands by hand.

What you get
  • Any RCON command executed against the server
  • Current server status read back
  • The workshop maps present on the server
  • A workshop map hosted by its ID
  • The level changed to a given workshop map
Requirements

Docker, plus three values for the server you are controlling — its host, its RCON port and the RCON password — passed on the run command or through an env file. Communication is SSE, so the container's port has to be reachable by your client.

Setup effort

One command plus a key — docker pull ghcr.io/v9rt3x/cs2-rcon-mcp:latest, then supply credentials