Skip to content
Claude Desktop

blinkbox for Claude Desktop

io.github.blinkboxhq/blinkbox

Open-source Zapier/n8n alternative as an MCP server: agents build, run and debug your workflows.

client:Claude Desktop transport:streamable-http

Install blinkbox in Claude Desktop

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

{
  "mcpServers": {
    "blinkbox": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.blinkbox.net/mcp"
      ]
    }
  }
}

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

blinkbox in other clients