PI

Pipedream

Created 5 months ago

This is a reference implementation of the Pipedream MCP server.

development location documentation public

What is Pipedream?

Connect with 2,500 APIs with 8,000+ prebuilt tools.

Documentation

Pipedream MCP Server

This is a reference implementation of the Pipedream MCP server. You can run your own MCP server for over 2,700 apps and APIs and is powered by Pipedream Connect.

Features

  • Run your own MCP server for over 2,700 apps and APIs
  • Manage servers for your users, in your own app.
  • Connect accounts, configure params, and make API requests, all via tools
  • Fully-managed OAuth and credential storage (see security docs)

Getting Started

Pipedream's MCP servers use the Pipedream Connect API to manage auth and make API requests. To run an MCP server, you'll need a Pipedream project and Pipedream API credentials.

  1. Sign up for Pipedream
  2. Create a project. Any accounts connected via MCP will be stored here.
  3. Create a Pipedream OAuth client
  4. Set the environment variables (See .env.example) (directly in your shell session, dot files, etc.):
    PIPEDREAM_CLIENT_ID=your_client_id
    PIPEDREAM_CLIENT_SECRET=your_client_secret
    PIPEDREAM_PROJECT_ID=your_project_id
    PIPEDREAM_PROJECT_ENVIRONMENT=development
    

License

Pipedream Source Available License Version 1.0 - See LICENSE

Server Config

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

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: PipedreamHQ
Category: official
License: Pipedream Source Available License Version 1.0
Tags:
development location documentation