This project provides a Model Context Protocol (MCP) server interface for managing CS2 game servers via RCON. It allows remote control and monitoring
Cs2 Rcon MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Cs2 Rcon MCP directly instead of describing what you should do. This project provides a Model Context Protocol (MCP) server interface for managing CS2 game servers via RCON. It allows remote control and monitoring of CS2 servers through a standardized protocol.
Installation goes through your MCP client rather than a global install: point it at ghcr.io/v9rt3x/cs2-rcon-mcp on a container image and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Cs2 Rcon MCP is connected, these are the calls the assistant has available:
rcon — Execute any RCON commandstatus — Get current server statuslist_workshop_maps — List all workshop maps on the serverhost_workshop_map — Host a workshop map by its IDworkshop_changelevel — Change the map to a given workshop mapAmong the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Cs2 Rcon MCP's toolset — rcon, status, list_workshop_maps and 2 more — is a fair guide to whether it matches your workflow. It is maintained by v9rt3x; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| rcon | Execute any RCON command |
| status | Get current server status |
| list_workshop_maps | List all workshop maps on the server |
| host_workshop_map | Host a workshop map by its ID |
| workshop_changelevel | Change the map to a given workshop map |
{
"mcpServers": {
"cs2-rcon": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/v9rt3x/cs2-rcon-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.