What is the C64 Bridge MCP server?
MCP server for Commodore 64 Ultimate hardware and VICE emulator control.
How to install C64 Bridge
Copy-paste configuration for popular MCP clients.
LOG_LEVELLogger verbosity.
C64BRIDGE_CONFIGPath to the C64 Bridge configuration file.
C64_MODEActive backend.
C64U_HOSTUltimate 64 host name or IP address.
C64U_PORTUltimate 64 REST port.
C64U_PASSWORDsecretUltimate 64 network password sent as X-Password.
VICE_BINARYVICE emulator binary to launch.
VICE_VISIBLELaunch VICE with a visible window when possible.
VICE_WARPEnable VICE warp mode.
GITHUB_TOKENsecretGitHub token for optional RAG discovery against GitHub.
{
"mcpServers": {
"c64bridge": {
"command": "npx",
"args": [
"-y",
"c64bridge"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"C64BRIDGE_CONFIG": "<YOUR_C64BRIDGE_CONFIG>",
"C64_MODE": "<YOUR_C64_MODE>",
"C64U_HOST": "<YOUR_C64U_HOST>",
"C64U_PORT": "<YOUR_C64U_PORT>",
"C64U_PASSWORD": "<YOUR_C64U_PASSWORD>",
"VICE_BINARY": "<YOUR_VICE_BINARY>",
"VICE_VISIBLE": "<YOUR_VICE_VISIBLE>",
"VICE_WARP": "<YOUR_VICE_WARP>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}{
"mcpServers": {
"c64bridge": {
"command": "npx",
"args": [
"-y",
"c64bridge"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"C64BRIDGE_CONFIG": "<YOUR_C64BRIDGE_CONFIG>",
"C64_MODE": "<YOUR_C64_MODE>",
"C64U_HOST": "<YOUR_C64U_HOST>",
"C64U_PORT": "<YOUR_C64U_PORT>",
"C64U_PASSWORD": "<YOUR_C64U_PASSWORD>",
"VICE_BINARY": "<YOUR_VICE_BINARY>",
"VICE_VISIBLE": "<YOUR_VICE_VISIBLE>",
"VICE_WARP": "<YOUR_VICE_WARP>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}{
"mcpServers": {
"c64bridge": {
"command": "npx",
"args": [
"-y",
"c64bridge"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"C64BRIDGE_CONFIG": "<YOUR_C64BRIDGE_CONFIG>",
"C64_MODE": "<YOUR_C64_MODE>",
"C64U_HOST": "<YOUR_C64U_HOST>",
"C64U_PORT": "<YOUR_C64U_PORT>",
"C64U_PASSWORD": "<YOUR_C64U_PASSWORD>",
"VICE_BINARY": "<YOUR_VICE_BINARY>",
"VICE_VISIBLE": "<YOUR_VICE_VISIBLE>",
"VICE_WARP": "<YOUR_VICE_WARP>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}{
"servers": {
"c64bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"c64bridge"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"C64BRIDGE_CONFIG": "<YOUR_C64BRIDGE_CONFIG>",
"C64_MODE": "<YOUR_C64_MODE>",
"C64U_HOST": "<YOUR_C64U_HOST>",
"C64U_PORT": "<YOUR_C64U_PORT>",
"C64U_PASSWORD": "<YOUR_C64U_PASSWORD>",
"VICE_BINARY": "<YOUR_VICE_BINARY>",
"VICE_VISIBLE": "<YOUR_VICE_VISIBLE>",
"VICE_WARP": "<YOUR_VICE_WARP>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}claude mcp add c64bridge --env LOG_LEVEL=<YOUR_LOG_LEVEL> --env C64BRIDGE_CONFIG=<YOUR_C64BRIDGE_CONFIG> --env C64_MODE=<YOUR_C64_MODE> --env C64U_HOST=<YOUR_C64U_HOST> --env C64U_PORT=<YOUR_C64U_PORT> --env C64U_PASSWORD=<YOUR_C64U_PASSWORD> --env VICE_BINARY=<YOUR_VICE_BINARY> --env VICE_VISIBLE=<YOUR_VICE_VISIBLE> --env VICE_WARP=<YOUR_VICE_WARP> --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> -- npx -y c64bridgeRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.