Crosspad MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 202 installs a week from npm. Last commit 14 Sep 2026.
Development workflow server for CrossPad — build, test, run, screenshot, and navigate code
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const subPath = relPath ? path.join(parentRoot, relPath) : path.join(parentRoot, sub);
this.proc = spawn(resolvedPython(), argv, { stdio: ["pipe", "pipe", "pipe"] });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add crosspad-mcp -- npx -y crosspad-mcp-server
{
"mcpServers": {
"crosspad-mcp": {
"args": [
"-y",
"crosspad-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.crosspad-mcp]
command = "npx"
args = ["-y", "crosspad-mcp-server"]
{
"mcpServers": {
"crosspad-mcp": {
"args": [
"-y",
"crosspad-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"crosspad-mcp": {
"args": [
"-y",
"crosspad-mcp-server"
],
"command": "npx"
}
}
}
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video
Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows.
MCP server for Plonk: macOS window zones, workspaces, keep-awake, screenshots and on-device OCR.
Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.
MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
MCP server for Android automation with UI interaction, screenshots, and device control
Answers built from our own checks of this server.