HomeDevelopment › reachpad-mcp

reachpad-mcp

Coding agents build full-stack apps in persistent workspaces and share them by link.

Official TypeScript Cloud macOSWindowsLinux Remote
★ 3 stars Last pushed 2026-09-04 License: MIT

Topics: Code Execution

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://reachpad.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http reachpad-mcp https://reachpad.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "reachpad-mcp": {
      "url": "https://reachpad.dev/mcp"
    }
  }
}

Package (npm 0.4.2)

npx -y @reachpad/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "reachpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@reachpad/[email protected]"
      ],
      "env": {
        "REACHPAD_ENDPOINT": "<YOUR_VALUE>",
        "REACHPAD_IDENTITY_CREDENTIAL": "<YOUR_VALUE>"
      }
    }
  }
}
  • REACHPAD_ENDPOINT — Your reachpad host. Defaults to m1.reachpad.dev.
  • REACHPAD_IDENTITY_CREDENTIAL required secret — Your per-user credential from reachpad.dev/connect. Names one account and can act for no other.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry