gameface-devtools-mcp
Provides tools for AI agents in OpenAI Codex CLI to drive Coherent Gameface UI via Chrome DevTools Protocol: evaluate JavaScript, inspect DOM, take screenshots, capture console output, and set breakpoints.
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., "@gameface-devtools-mcpshow me the console logs from the game UI"
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.
🕹️ Agents Plugins
The CS Modding marketplace (csmodding) of agent plugins for Claude Code and OpenAI Codex CLI.
Give your coding agent eyes and hands inside a running game: its HTML UI, and its C#/ECS internals. Generic tooling, developed and verified against Cities: Skylines II.
Encourage my work by putting a star ⭐ if it has been useful to you!
Plugins · Install · Development
Plugins
Plugin | Give your agent… | Runs on | Docs |
A live line into a Unity Mono dev build over the Mono Soft Debugger: reflect types, evaluate C# expressions, read & write ECS state. No code injection. Plus a driving skill. | .NET 10 SDK (Windows) | ||
Eyes and hands in any Coherent Gameface (Cohtml) game UI over CDP: evaluate JS, screenshot, drive the DOM, console, JS breakpoints. Plus an engine skill and a driving skill. | Node 22.4+ | README · Why · Tools reference · npm | |
📚 cs2-modding (work in progress) | How Cities: Skylines II is built and how a mod changes it: the game's architecture, the modding techniques and the game mechanics behind them, every claim deep-verified against multiple sources, including the decompile and the live game. Knowledge only — skills and references, no MCP server. | N/A |
The two toolkit plugins are generic: they target any game or application embedding the
technology, with Cities: Skylines II as the reference target where everything is field-verified.
cs2-modding is the deliberate exception, and is about that game throughout.
Coherent Labs published their own Gameface MCP — which should you use? Theirs is built around
a Player.exe from a licensed Gameface SDK; this one attaches to a game that is already running.
Read the full comparison →
Not using Claude Code or Codex CLI? The Gameface MCP server is also published on npm as
@csmodding/gameface-devtools-mcp
and works with any MCP client (Cursor, Gemini CLI, VS Code, …).
Related MCP server: js-reverse-mcp
Install
Add the marketplace once, then install the plugin(s) you want. Each plugin that carries an MCP
server autoloads it from a committed artifact: no installation step, works offline, version-locked
to the plugin. cs2-modding carries none and is skills only.
Claude Code
/plugin marketplace add CitiesSkylinesModding/agents-plugins
/plugin install coherent-gameface@csmodding
/plugin install unity-devtools@csmodding
/plugin install cs2-modding@csmoddingOr from your terminal, claude plugin marketplace add … / claude plugin install … with the same
arguments.
Codex CLI
codex plugin marketplace add CitiesSkylinesModding/agents-plugins
codex plugin add coherent-gameface@csmodding
codex plugin add unity-devtools@csmodding
codex plugin add cs2-modding@csmoddingThen run /mcp to confirm the servers connected. Each plugin's README covers its requirements,
configuration and troubleshooting.
cs2-modding is still being written: not all of its references are published yet, some will be
partly rewritten, and it ships no README so far. What is there is safe to use and already
useful — install it if you want it now, and expect it to grow.
Development
Uses mise + bun (never npx). The repository is a marketplace: plugin sources live under
plugins/<name>/, and everything a plugin ships lives inside its directory. The root is a bun
workspace carrying the lint/format tooling (oxlint, oxfmt) and the lefthook git hooks; the
Gameface MCP server is the plugins/coherent-gameface/mcp/ workspace package, and the Unity MCP
server is a .NET solution (agents-plugins.slnx).
bun install # install all workspace deps (also installs the git hooks)
mise check # verify (read-only): type-check, lint, format
mise fix # auto-fix lint + format in place
mise build # rebuild every shipped artifact (commit the results)Run mise tasks for the full list, and see AGENTS.md (plus each plugin's own
AGENTS.md) for the architecture notes.
This 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.
Related MCP Servers
- AlicenseBqualityBmaintenanceAn MCP server that provides AI models with full browser automation capabilities through Chrome. It enables navigation, interaction, screenshots, and complete DevTools access by bridging AI clients with a companion Chrome extension.9992Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA Chrome DevTools Protocol-based MCP server that enables AI coding assistants to control browsers for JavaScript debugging, reverse engineering, web scraping, and API debugging.7351Apache 2.0
- AlicenseAqualityAmaintenanceAn MCP server that connects AI agents to a running Chrome tab via the Chrome DevTools Protocol (CDP), enabling runtime debugging and page inspection.213801ISC
- AlicenseNot gradedqualityCmaintenanceAn MCP server for browser automation and console log capture via a Chrome extension, enabling AI-driven DOM interaction, navigation, and screenshot capabilities.2MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/CitiesSkylinesModding/agents-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server