Productivity
Pipedream MCP
Pipedream MCP provides access to 2,500+ APIs with 8,000+ prebuilt tools for AI agents. Connect to services like Gmail, Slack, Salesforce, Stripe, and more. Each tool handles authentication, error handling, and rate limiting automatically. Build complex multi-step workflows across services.
Stars
9.4k
Installs
110.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 9.4k · catalog
- Freshness: Updated 2026-02-03
- Used in 1 known stack
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: PIPEDREAM_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"pipedream": {
"command": "npx",
"args": ["-y", "@pipedream/mcp"],
"env": {
"PIPEDREAM_API_KEY": "<your-api-key>"
}
}
}
}