Pipedream Connector for AI agents.
7 live capabilities
Manage serverless workflows and webhooks without leaving your editor.
Waiting for input…
Why people use Pipedream
Pipedream for Debugging Serverless Webhooks
This Connector changes the game by bringing that entire environment into your agent. You can just ask your agent to pull the latest events or describe the logic of a specific workflow. You get the answers you need in plain text without ever leaving your workspace.
What Vinkius changes
You get a direct line of sight into your serverless automation logic without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failing webhook
An engineer asks the agent to pull the last 5 events from a source to see if the JSON structure changed.
- Real-world use case 02
Auditing workflow limits
A builder asks the agent to describe the logic steps in a specific workflow to check for configuration errors.
- Real-world use case 03
Mapping a new integration
A developer asks the agent to list all active subscriptions to see where external APIs are feeding into their system.
Complete set · 7capabilities
The complete Pipedream capability set.
These are the exact actions your AI can choose when you ask it to work with Pipedream.
01—04
4 capabilities in this set.
Part of 7 available through Pipedream.
- 01 Capability
List sources
Show all configured event sources. This helps you see every entry point for your data.
- 02 Capability
Get source
Get the full details of a specific event source. This is perfect for checking polling configs or webhook metadata.
- 03 Capability
List workflows
See every serverless workflow in your workspace. Use this to get a high-level view of your automation.
- 04 Capability
Get workflow
Pull the specific configuration of a single workflow. Use this to audit logic chains or check limits.
05—07
3 capabilities in this set.
Part of 7 available through Pipedream.
- 05 Capability
List events
See the latest raw transactions from a source. This is your go-to for debugging payload issues.
- 06 Capability
List subscriptions
View all active webhook subscriptions. Use this to map out how external APIs connect to your system.
- 07 Capability
Get user
Get the basic info for the current Pipedream user. This confirms your connection is active and correct.
Set up in minutes
One URL. Then ask Pipedream to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pipedream from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Pipedream, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pipedream for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Pipedream URL.
- Step 03
Save and start
Save the connection and enable Pipedream in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedream": {
"url": "https://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Pipedream
Open Agent mode in chat and ask: "Using Pipedream, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedream": {
"url": "https://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Pipedream
Ask Copilot: "Using Pipedream, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedream": {
"url": "https://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Pipedream
Open Cascade and ask: "Using Pipedream, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedream": {
"url": "https://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Pipedream
Ask Cline: "Using Pipedream, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pipedream --transport http "https://edge.vinkius.com/vk_preview_j2szLJBOh9GFbawwDhf1FZoPAWgOplftje348XxU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Pipedream
Ask Claude: "Using Pipedream, show me...". 7 tools are ready
Where the request belongs
Work Pipedream can move forward.
This is for the integration engineer who is tired of hunting through dashboard logs at 2 a.m. or the DevOps person trying to map out a messy web of webhooks.
Integration Engineer
Debugging webhooks and monitoring workflow boundaries during active deployments.
DevOps Engineer
Monitoring webhook throughput and identifying event ingest failures.
Automation Builder
Mapping out complex step trees for large-scale data pipelines.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectorsn8n (AI Workflow Automation)
Manage workflow automation via n8n. audit active workflows, track execution logs, and monitor credentials.
Integrate.io (ETL & Data Integration)
Manage data pipelines via Integrate.io. list pipelines, monitor job runs, and audit data transformations.
YepCode
Run serverless code snippets in the cloud with a platform that lets you build integrations and automations in any programming language.
Make (Workflow Automation)
Manage workflow automation via Make. audit scenarios, track execution logs, and monitor data stores.
Workato
Monitor automation recipes, manage job executions, and audit app connections on Workato. the leading enterprise iPaaS platform.
Portable.io
Manage your Portable ETL pipelines directly via your AI agent. monitor flows, sync runs, and destination details seamlessly.
Bring your own AI
Change the model, client or framework. Keep Pipedream connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Pipedream.
The practical details behind the request, access and result.
Can I use the Pipedream MCP to see my webhooks?
Yes, this Connector lets you list all active webhook subscriptions and see how external APIs connect to your workspace.
How does the Pipedream MCP help with debugging?
It allows your agent to pull raw event data and summaries from your sources, so you can identify payload errors without manual log hunting.
Can the Pipedream MCP show me my serverless workflows?
It can list every workflow in your workspace and provide specific configuration details for any single one you choose.
Do I need to keep my browser open to use this?
No, this Connector lets you manage your Pipedream logic directly through your AI client, reducing the need to switch between tabs.
Can I use the Pipedream MCP to check my API limits?
You can use it to retrieve specific workflow details which include configuration limits and deployment statuses.
Will the Pipedream MCP show me raw JSON data?
Yes, it can fetch the most recent physical payload transactions from your configured endpoints for easy inspection.
Can the agent pull raw JSON payloads from specific Pipedream webhooks?
Yes. Ask the agent to list recent events from a specific Event Source ID. It captures the physical payloads ingested, showing you the raw keys and headers automatically. This is perfect for debugging failed external API calls without leaving your environment.
How can I trace the steps of my serverless workflow components?
Request details on a given Workflow ID (get_workflow). Your agent will unpack the configuration boundaries, distinct step triggers, and deployment paths, letting you quickly verify logic flow arrays or parameter mappings without needing the web canvas editor.
Can I have multiple Pipedream workspaces configured?
Yes, by generating separate API keys per workspace in Pipedream and authenticating them in Vinkius against distinct agents. Use get_user to instantly verify which token and quota limit (profile allowances) you are currently mapped onto.
One connection away
Give your agent a direct line to Pipedream.
Connect Pipedream once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available