Pipedream
OfficialPipedream's MCP server gives AI agents access to 2,500+ APIs and 8,000+ prebuilt tools. Connect services like Slack, GitHub, Stripe, and thousands more through a unified interface without managing individual API keys.
API Key Required
Configuration
{
"mcpServers": {
"pipedream": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pipedream"
],
"env": {
"PIPEDREAM_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.