AIAny
Icon for item

Pipedream

Exposes Pipedream Connect's 2,800+ APIs and 10,000+ pre-built actions to AI agents as MCP tools. OAuth stays server-side, so models act on a user's behalf without seeing their tokens. Ships HTTP/Streamable, SSE, and stdio transports.

Introduction

The hard part of giving an agent access to thousands of SaaS tools isn't the tool definitions — it's the auth. Every app has its own OAuth dance, token refresh, and scope model, and you do not want those credentials flowing through an LLM's context. This directory is Pipedream's answer: a thin MCP layer in front of Connect, where the integration platform that already brokers credentials for 2,800+ APIs simply re-projects them as MCP tools.

What Sets It Apart
  • Credentials stay server-side. The model receives tool schemas and results, never the OAuth tokens — Connect isolates and brokers them, and users can revoke access independently.
  • The catalog is the moat: 2,800+ APIs and 10,000+ pre-built actions become callable tools without you wiring each integration by hand.
  • Two addressing modes — per-app endpoints (/{external_user_id}/{app}) or dynamic configuration — plus HTTP/Streamable, SSE, and stdio transports to fit different client runtimes.
Who It's For

Great fit if you're building a multi-tenant agent that needs to act in many users' SaaS accounts and want someone else to own the credential lifecycle. Look elsewhere if you only need one or two integrations — standing up Connect is overkill — or if you want a maintained codebase to fork: this reference implementation is no longer actively maintained, and Pipedream steers production users to its hosted remote MCP server instead.

Information

  • Websitegithub.com
  • AuthorsPipedream
  • Published date2025/05/06

Categories

More Items

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub

Lets AI agents produce expressive, polished charts from compact, human-editable semantic specs; the compiler infers layout, scales, and labels and emits Vega-Lite, ECharts, or Chart.js outputs, with an MCP server for agent-driven chart creation and rendering.