Back to MCP Servers

Pipedream

Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.

aggregatorsapi

Installation

npx -y pipedream

Configuration

{
  "mcpServers": {
    "pipedream": {
      "command": "npx",
      "args": ["-y", "pipedream"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub