Pipedream
Official10k+ tools from 3k+ APIs, all with built-in auth
Provider:Pipedream
Category:Productivity
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"pipedream": {
"command": "npx",
"args": [
"-y",
"pipedream-mcp"
],
"env": {
"PIPEDREAM_API_KEY": "<your-pipedream-api-key>"
}
}
}
}