Development workflow server for CrossPad β build, test, run, screenshot, and navigate code
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Crosspad MCP.
crosspad_buildBuild for `platform: pc\
crosspad_runLaunch built simulator (`platform: pc`), return PID + post-spawn TCP readiness probe
crosspad_killStop running simulator (`platform: pc`, SIGTERM by exe name match)
crosspad_checkHealth check (`platform: pc`): stale exe, new sources, submodule drift
crosspad_flashFlash firmware (`target: esp` with `transport: uart\
crosspad_logCapture logs (`target`: pc=spawn binary / idf=read serial)
Talk to your CrossPad. Let Claude do the toolchain.
crosspad-mcp is an MCP server that teaches Claude Code (or any MCP client) how to develop for the CrossPad pad controller. You say "flash the new build and check that it boots"; it runs the ESP-IDF build, asks you to confirm the flash, opens the console, runs the smoke scenario and tells you what happened β with the hardware traps already built in, so you don't have to remember which serial port reboots the board when you open it.
Every card is a real prompt. The tools named underneath are what runs β you never have to call them yourself.
| Say thisβ¦ | β¦and this happens |
|---|---|
| "Build the firmware and flash it over OTA." | crosspad_build platform=idf streams the build, crosspad_flash transport=ota asks for confirmation, then streams the upload. New app directories are detected and the fullclean is done for you. |
| "Show me what's on the simulator screen." | crosspad_run launches the PC sim, crosspad_screenshot returns the LCD as an image Claude can actually look at. Then "press pad 5", "turn the encoder left twice" β crosspad_input. |
| "Play a drum pattern on the pads and record what comes out." | crosspad_stimulus hits the pads with real timings, crosspad_capture records the board through its own USB-audio endpoint, crosspad_analyze gives a verdict (onsets, clicks, silence, velocity curve). |
| "Why did it crash?" | crosspad_diagnose_crash β reset reason, registers, backtrace decoded against the ELF that is actually flashed, heap after restart. One call. |
| "Watch the battery charger state machine while I plug the cable in." | crosspad_trace polls STM32 variables live over ST-Link without halting the core, and plots them. |
| "Install the sampler app and rebuild." | crosspad_apps_install app_name=sampler adds the submodule from the crosspad-apps registry, then a clean build. |
"Where is IPadLogicHandler implemented?" | crosspad_interface_implementations across every repo of the ecosystem, or crosspad_symbol for clangd-precise definitions and call hierarchies. |
| "Is my board even connected?" | crosspad_devices and crosspad_doctor β which USB mode it is in, which ports belong to it, what is missing on the host, and how to fix each thing. |
Restart Claude Code, then ask:
is my CrossPad connected, and is the toolchain set up?
That runs crosspad_doctor. Every failed check comes with a fix. The server
assumes your repos live side by side under ~/GIT/ β if they don't,
set the paths once.
Installing the bundled crosspad skill gives Claude the ecosystem map, the
per-role guides and the hardware traps up front:
Only the core toolset is visible when the server starts, so the tool list
stays small. Claude enables the others as the conversation needs them β or you
start the server with --toolsets device,sim.
Anything that writes to a device or your host is tiered. Flashing, DFU and
SWD writes come back as confirmation required first; --read-only removes
every writing tool from the list entirely. Long operations (builds, flashes,
scenarios) run as tasks you can check on, wait for or cancel.
MIT β part of the CrossPad project.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crosspad-mcp)<a href="https://allmcps.com/mcp/crosspad-mcp"><img src="https://allmcps.com/api/badge/crosspad-mcp?style=directory" alt="Crosspad MCP on AllMCPs" /></a>