# PipedreamHQ/pipedream [Health: Active]

**Category:** 🔗 Aggregators  
**Repository:** https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol  
**GitHub Stars:** 11687  
**Views:** 5  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/pipedreamhq-pipedream

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "pipedream": {
    "url": "https://pipedream.com/docs/api/sse/"
  }
}
```

## Documentation

## What PipedreamHQ/pipedream does

PipedreamHQ/pipedream MCP server provides an agent-facing way to work with Pipedream’s integration platform. The listing describes access to 2,500 APIs and more than 8,000 prebuilt tools, while the broader repository README describes Pipedream as a developer platform for connecting applications and building event-driven automations.

The main fit is multi-application agent workflows. Instead of implementing separate connections to services such as Slack, Google Sheets, GitHub, or Airtable, an application can use Pipedream’s existing integration catalog. The repository also describes support for managing servers for users in an application, although the supplied material does not specify the exact server-management operations.

## How it works

PipedreamHQ/pipedream MCP server sits alongside Pipedream’s hosted platform. Pipedream workflows consist of ordered steps that run after an event, such as an HTTP request, a timer, or a new row in a connected application. Event sources emit data and trigger workflows; prebuilt actions perform common operations against integrated APIs.

The platform can also execute custom code when a prebuilt action is not enough. Supported workflow code includes Node.js, Python, Golang, and Bash. Code steps can import packages from the relevant language package managers, and Pipedream can connect that code to configured applications.

The README identifies integrations across services including GitHub, Slack, Airtable, RSS, Amazon S3, Snowflake, HTTP, and email. These examples describe the underlying Pipedream platform; the supplied material does not provide a complete list of MCP tool names, request schemas, transports, or permissions.

## Tools and capabilities

PipedreamHQ/pipedream MCP server is intended for use cases that need a large, changing set of app operations. Supported platform capabilities include:

- Accessing prebuilt tools and API integrations described in the listing.
- Starting workflows from HTTP requests, timers, and application events.
- Reading events from sources connected to services such as GitHub, Slack, Airtable, and RSS.
- Running prebuilt actions for common operations such as sending email or adding a Google Sheets row.
- Delivering events to destinations including Amazon S3, Snowflake, HTTP, and email.
- Adding custom Node.js, Python, Golang, or Bash logic to workflows.
- Creating reusable custom actions and event sources.

The supplied README describes Pipedream’s general components and platform features, not a definitive MCP-specific tool inventory. Check the project’s MCP directory and current documentation for the exact operations exposed by the server version you plan to use.

## Limitations and notes

The provided material does not state a local installation command, MCP client compatibility list, required environment variables, authentication method, license, or pricing details specific to this MCP server. It also does not document whether the MCP interface uses stdio, HTTP, or SSE. Pipedream’s general platform is described as free for individual developers, with documented limits, but that statement should not be treated as a complete pricing policy for embedding the MCP server in a product.

The repository README mentions more than 1,000 integrated applications and, in its actions section, more than 500 API integrations, while the listing advertises 2,500 APIs and 8,000-plus prebuilt tools. These figures may refer to different parts or versions of the platform. Confirm current catalog size, available tools, account requirements, and user-server management behavior in the project’s current documentation.

## Getting started with this PipedreamHQ/pipedream MCP server
Always refer to the official documentation for the most accurate and up-to-date information.

_Full upstream README: https://allmcps.com/mcp/pipedreamhq-pipedream/readme_

