playdate-mcp

Overview

playdate-mcp is a Model Context Protocol server that gives AI agents direct access to Playdate development workflows. It exposes build, simulator, test, and metadata operations in a form that coding agents can call safely.

What I Built

The server exposes tools for compiling a Playdate project, launching the simulator, running desktop Lua tests, surfacing structured build errors, and reading pdxinfo metadata. The result is a tighter feedback loop for Playdate-focused coding sessions.