playdate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLAYDATE_SIMCTL_PATH | No | Override the bundled playdate-simctl | |
| PLAYDATE_SIMCTL_AGENT_PATH | No | Value passed to --agent | |
| PLAYDATE_SIMCTL_TIMEOUT_MS | No | Positive timeout in milliseconds; defaults to 300000 | 300000 |
| PLAYDATE_SIMULATOR_APP_PATH | No | Value passed to --simulator-app | |
| PLAYDATE_SIMCTL_WORKING_DIRECTORY | No | Working directory for relative paths |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| playdate_runA | Run the project's mise build task, launch or find Playdate Simulator, inject the control agent, and load the PDX. This is the normal first call and reload workflow. |
| playdate_statusA | Find the selected Simulator, ensure its control agent is available, and return agent status. This may inject the agent when it is absent. |
| playdate_loadA | Load an existing PDX directory bundle without running a build task. |
| playdate_pressA | Press and release a button for a bounded duration. Lock toggles immediately and does not accept duration_ms. |
| playdate_set_buttonA | Hold or release one button for deterministic and simultaneous input sequences. |
| playdate_set_crankA | Set the crank position in degrees or set whether the crank is docked. |
| playdate_set_accelerometerB | Set the Simulator accelerometer x, y, and z values. |
| playdate_set_volumeA | Set volume to percent, or adjust it up or down by percent. Adjustment defaults to 10 percent when percent is omitted. |
| playdate_set_pausedA | Pause or resume the running game. |
| playdate_restartB | Restart the currently loaded game, resetting its runtime state. |
| playdate_toggle_lockB | Toggle the Simulator's Playdate lock state. |
| playdate_capture_screenshotA | Capture the 400 by 240 framebuffer to a new PNG path and return it as MCP image content. Existing files are never overwritten. |
| playdate_recordA | Start recording to a new GIF path or stop and finalize the active recording. Recording state belongs to the Simulator agent, not this MCP server. |
| playdate_toolbarA | Invoke an exact Simulator toolbar action. The gif action may open a Save Recording dialog; use playdate_record for non-interactive GIF capture. |
| playdate_injectA | Diagnostic primitive that finds the selected Simulator and ensures its control agent is available. Normal control tools inject automatically. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pvzig/playdate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server