Geargrafx MCP Server

MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator

Local serverstdioGo

What is the Geargrafx MCP server?

Geargrafx MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator.

What you get

Geargrafx is a very accurate, cross-platform TurboGrafx-16 / PC Engine / SuperGrafx / PCE CD-ROM² emulator written in C++ that runs on Windows, macOS, Linux, BSD and RetroArch, with an embedded MCP server for debugging and tooling.

  • Accurate emulation supporting the entire HuCard PCE / SGX catalog
  • Support for CD-ROM², Super CD-ROM² and Arcade CD-ROM² systems
  • Save states with preview and rewind support
  • Run-ahead support to reduce input latency
  • Backup RAM and Memory Base 128 support
  • Multi Tap (up to 5 players)

What the assistant can call

Once Geargrafx is connected, these are the calls the assistant has available:

  • BIOS — Geargrafx requires a BIOS to run CD-ROM games. It is possible to load any BIOS but the System Card 3.0 with md5 38179df8f4ac870017db21ebcbf53114 is
  • Windows — The Windows tool exposed by this server
  • macOS — The macOS tool exposed by this server
  • Linux — If you are using Ubuntu 25.04 or later, you can install SDL3 directly. Use the following commands to build:
  • Libretro — The Libretro tool exposed by this server

Setting it up

Installation goes through your MCP client rather than a global install: point it at skills on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Geargrafx's toolset — BIOS, Windows, macOS and 2 more — is a fair guide to whether it matches your workflow. It is maintained by drhelius; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Geargrafx's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the geargrafx mcp server does with a few real requests.

Available tools

ToolWhat it does
BIOSGeargrafx requires a BIOS to run CD-ROM games. It is possible to load any BIOS but the System Card 3.0 with md5 38179df8f4ac870017db21ebcbf53114 is recommended.
WindowsThe Windows tool exposed by this server.
macOSThe macOS tool exposed by this server.
LinuxIf you are using Ubuntu 25.04 or later, you can install SDL3 directly. Use the following commands to build:
LibretroThe Libretro tool exposed by this server.

How to install the Geargrafx MCP server

{
  "mcpServers": {
    "geargrafx": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Geargrafx to BIOS.
  • Use Geargrafx to Windows.
  • Use Geargrafx to macOS.

Frequently asked questions

It connects Geargrafx to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (BIOS, Windows, macOS, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Geargrafx directly.