MCP server for Commodore 64 Ultimate hardware and VICE emulator control.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Your AI Command Bridge for the Commodore 64.
C64 Bridge is an MCP server for controlling and working with a Commodore 64 from an AI client.
It lets you run programs, read and write memory, render graphics, and play sound on a C64 Ultimate, Ultimate 64, or U2-family cartridge. You can also switch to a VICE emulator session, so one MCP conversation can span hardware and emulation.
It is built on the official TypeScript @modelcontextprotocol/sdk and supports both stdio for local AI integration and an optional HTTP bridge for manual inspection.
C64 Bridge is listed in the Official MCP Registry.
C64 Bridge gives an AI agent one place to drive program execution, memory access, graphics, sound, storage, printer workflows, and knowledge retrieval for a Commodore 64 environment.
The core workflow is simple:
c64_program, c64_memory, c64_graphics, and c64_sound.c64_select_backend when both are configured.c64u (C64U/U64), u2 (U2/U2+/U2+L), and viceIf you want the shortest path, do these four things:
Linux (Ubuntu or Debian):
Recommended:
Fallback:
macOS:
Windows:
Verify the installation:
Expected result: v24.x
Use one of the following entry points.
Run from npx with zero setup:
Run from a local npm install:
Run from source for development or testing:
On startup, the server probes the selected target, performs connectivity checks, and then announces that it is running on stdio.
The server can run against one or more of:
c64u)u2)vice)The detailed lookup order, merge rules, backend examples, and override model are in the Configuration section below.
C64 Bridge ships a single canonical stdio entry point that every MCP client uses:
stdio server, with the environment variables documented in Runtime Environment Variable Reference and the registry manifest in mcp.json.The startup command is the same across clients: npx -y c64bridge@latest for the published package, or node scripts/start.mjs from a local checkout. Select c64u, u2, or vice in the shared Configuration; clients only need the command.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/c64-bridge)<a href="https://allmcps.com/mcp/c64-bridge"><img src="https://allmcps.com/api/badge/c64-bridge?style=directory" alt="C64 Bridge on AllMCPs" /></a>