open-crank-mcp

NickSpaghetti/open-crank-mcp
★ 0 stars C Code/Dev Tools Updated today
A MCP server for the playdate emulator
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": {
    "open-crank-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "NickSpaghetti/open-crank-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for the Playdate Simulator. Lets an AI agent see the screen, press buttons, turn the crank, and read game state and logs, so it can playtest and debug a game instead of only reading source code. Works with Lua, C, or a mix of both. See [`docs/ROADMAP.md`](docs/ROADMAP.md) for the full plan and checkpoints.