amimcp

thomas-luebker/amimcp
★ 0 stars Python Code/Dev Tools Updated today
Let Claude work on a real Amiga — an MCP server plus a tiny AmigaOS daemon. Shell, files, screen capture, mouse and keyboard.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "amimcp": {
      "command": "uvx",
      "args": [
        "amimcp"
      ]
    }
  }
}

Or install with pip: pip install amimcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives Claude hands on a real Amiga. It can run AmigaDOS commands, read and write files, list drawers, inspect the machine, capture the screen, and move the mouse and type on it. You describe the problem; Claude pokes at the actual hardware. *That is Claude clicking into a Shell on an A4000/060, typing a command, and

Tools (15)

AMIGA_HOSTAMIGA_PORTAMIGA_TIMEOUTAMIGA_TOKENamiga_breakamiga_clickamiga_keyamiga_list_diramiga_move_mouseamiga_read_fileamiga_screenshotamiga_shellamiga_system_infoamiga_typeamiga_write_file