pipedream (MCP Server)

GitHub

Connect APIs, remarkably fast. Free for developers.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pipedream": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedream"
      ]
    }
  }
}