Pipedream MCP lets you connect ChatGPT, Claude, Cursor, or any other chatbot to all the tools you already use. Explore the available apps and tools at mcp.pipedream.com.
If you’re a developer looking to use Pipedream MCP to make tool calls on behalf of your users in an app you’re building, check out the developer docs.

Getting started

1

Copy the MCP server URL

https://mcp.pipedream.net/v2
3

Connect to Pipedream, select the apps to enable

  • When prompted, sign in or sign up for a free account
  • Select the apps you want to enable for Pipedream MCP
  • Authorize access for the MCP client
Pipedream MCP accounts are currently separate from your pipedream.com account.
4

Start chatting

Once connected, ask the chatbot or agent to do whatever you want with the apps you enabled. For example:
  • “Help me draft a product update based on my team’s recently completed Linear tickets” (Linear)
  • “Help me prep for external meetings tomorrow by telling me about who I’m meeting with” (Google Calendar)
  • “Explore my PostgreSQL database and tell me about the most recent 10 customers” (PostgreSQL)
  • “Get yesterday’s revenue from Stripe and send me a Slack message with the summary” (Stripe, Slack)

MCP Clients

Pipedream MCP works out of the box for any chat app or AI agent that supports MCP.

ChatGPT

Custom connectors in ChatGPT are available for certain plans. Refer to their docs for the latest information.
1

Open Settings

Sign in to your ChatGPT account and open the Connectors settings.
2

Enable Developer Mode

Select Advanced Settings at the bottom, then enable Developer Mode.
3

Create New Connector

Go back to the connectors page and click the Create button.
4

Add Pipedream MCP URL

Add the following URL:
https://mcp.pipedream.net/v2
5

Authorize Access

Click Create and authorize access when prompted.
6

Enable Pipedream in Chat

In the main chat window, click the + button, select More, then Developer Mode, and select and enable Pipedream.
7

Start Using

Start chatting with access to Pipedream’s 10,000+ tools!

Claude

Custom connectors in Claude are available for certain plans. Refer to their docs for the latest information.
1

Open Connector Settings

Sign in to your Claude account open the Connector settings.
2

Add Custom Connector

Select Add Custom Connector.
3

Add Pipedream MCP URL

Add the following URL:
https://mcp.pipedream.net/v2
4

Authorize Access

Click Add and authorize access when prompted.
5

Enable Pipedream in Chat

In the main chat window, click the settings button and make sure Pipedream is enabled.
6

Start Using

Start chatting with access to Pipedream’s 10,000+ tools!

Cursor

1

Add to Cursor

1-click installation requires Cursor v1 or greater. See below for manual configuration.
2

Authorize access

Authorize access when prompted.

VS Code

1

Add to VS Code

1-click installation requires VS Code with MCP extension. See below for manual configuration.
2

Authorize access

Authorize access when prompted.

Any other MCP-compatible client

Add the following JSON to your client’s configuration:
{
  "mcpServers": {
    "pipedream": {
      "url": "https://mcp.pipedream.net/v2"
    }
  }
}