PipedreamHQ/pipedream logo

PipedreamHQ/pipedream

Free

Pipedream 官方集成,一站式连接 2500+ API,集成 8000+ 工具,并管理用户服务器。

FreeFree tier
Type
Open Source
Company
Pipedream

About PipedreamHQ/pipedream

Pipedream MCP Server is a reference implementation that enables LLM agents to interact with thousands of external APIs and tools via the Model Context Protocol (MCP). It provides access to over 2,800 apps and 10,000+ tools through a single server, with built-in authentication, credential management, and multiple tool modes. This self-hosted version uses Pipedream Connect API to manage OAuth and API requests. Note: This implementation is no longer actively maintained; Pipedream recommends using their hosted remote MCP server for production use.

Key Features

Access to over 2,800 apps and 10,000+ tools through a single MCP server
Built-in authentication and fully-managed OAuth credential storage
Multiple tool modes: sub-agent and full configuration
Automatic app discovery and API request handling via tools
Self-hosted or remote (recommended) deployment options
Server management per user with Pipedream Connect API

Pros & Cons

Pros
  • Massive library of 2,800+ integrated APIs and 10,000+ tools
  • Handles OAuth and credential storage automatically, reducing manual token management
  • Flexible deployment: self-host for control or use remote server for convenience
  • Open-source reference implementation for transparency and customization
  • Supports multiple tool configurations and automatic app discovery
Cons
  • Self-hosted reference implementation is no longer actively maintained
  • Requires a Pipedream account and API credentials to operate
  • Setup complexity: must configure environment variables and understand Pipedream Connect API
  • Not recommended for production; users are directed to the hosted remote version instead

Best For

Enable LLM agents to call external APIs (e.g., Slack, Google, GitHub) in real-timeBuild MCP-powered AI assistants with access to thousands of integrated servicesSelf-host a scalable API gateway for AI agent tool usageManage user authentication and API connections within a custom app

FAQ

What is Pipedream MCP Server?
It is a reference implementation of a Model Context Protocol (MCP) server that gives LLM agents access to over 2,800 APIs and 10,000+ tools through a single server, using Pipedream Connect API for authentication and API requests.
Should I use this self-hosted version or the remote server?
Pipedream recommends using their remote MCP server for production because the self-hosted reference implementation is no longer actively maintained and may not be fully documented. The remote server offers enterprise-grade reliability and security.
How do I get started with the self-hosted server?
You need a Pipedream project, OAuth client, and API credentials. Clone the repository, set environment variables (PIPEDREAM_CLIENT_ID, PIPEDREAM_CLIENT_SECRET, etc.), and run with npx @pipedream/mcp. See the README for details.
Does it support OAuth and credential storage?
Yes, it provides fully-managed OAuth and credential storage via Pipedream Connect API, handling authentication for all supported apps.