Skip to content
Claude Desktop

Send HTTP Requests in Bulk: Dataset, CSV or Sheet to REST API for Claude Desktop

io.github.nero-engine/dataset-to-rest-api

Send every row of a dataset, file or Google Sheet to any REST API as its own templated request.

client:Claude Desktop transport:streamable-http

Install Send HTTP Requests in Bulk: Dataset, CSV or Sheet to REST API in Claude Desktop

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

{
  "mcpServers": {
    "dataset-to-rest-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=nerolabs/dataset-to-rest-api"
      ]
    }
  }
}

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

Send HTTP Requests in Bulk: Dataset, CSV or Sheet to REST API in other clients