Pipedream
Official
🔧 Utilities
Official Pipedream MCP server providing access to 2,800+ app integrations with 10,000+ prebuilt tools. Tools are dynamically generated per connected app with fully-managed OAuth and credential storage.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"pipedream": {
"command": "npx",
"args": [
"-y",
"@pipedream/mcp"
],
"env": {
"PIPEDREAM_CLIENT_ID": "your-pipedream-client-id-here",
"PIPEDREAM_CLIENT_SECRET": "your-pipedream-client-secret-here",
"PIPEDREAM_PROJECT_ID": "your-pipedream-project-id-here"
}
}
}
}