Skip to content
Claude Desktop

clawshow mcp server for Claude Desktop

io.github.jason2016/clawshow-mcp-server

Instant Backend for SMBs: pages, payments, eSign AES eIDAS, notifications, inventory, reports

client:Claude Desktop transport:sse

Install clawshow mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "clawshow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.clawshow.ai/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

clawshow mcp server in other clients