amiberry-mcp-server

BlitterStudio/amiberry-mcp-server
★ 2 stars Python 📦 Other Updated 8d ago
An MCP server for the Amiberry emulator
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "amiberry-mcp-server": {
      "command": "uvx",
      "args": [
        "amiberry-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install amiberry-mcp-server