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

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.