MCP server to control and program the Commodore 64 Ultimate or VICE.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"c64bridge": {
"command": "npx",
"args": [
"-y",
"chrisgleissner/c64bridge"
]
}
}
}
Run in terminal:
claude mcp add c64bridge npx -y chrisgleissner/c64bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"c64bridge": {
"command": "npx",
"args": [
"-y",
"chrisgleissner/c64bridge"
]
}
}
}