Connect to 2,500+ APIs with 8,000+ pre-built integration tools
The Pipedream MCP Server connects your AI assistant to over 2,500 APIs through Pipedream's integration platform. With 8,000+ pre-built tools for services like Google Sheets, Salesforce, HubSpot, and thousands more, it provides the broadest API connectivity available.
Built by PipedreamHQ, the server uses Pipedream Connect to manage authentication and API calls. Each tool is pre-built with proper auth handling, rate limiting, and error management.
Perfect for automating cross-service workflows, connecting to APIs that lack dedicated MCP servers, and building integrations without writing custom API code.
Add this to your MCP configuration file:
{
"mcpServers": {
"pipedream": {
"env": {
"PIPEDREAM_API_KEY": "<your-api-key>"
},
"args": [
"-y",
"@pipedream/mcp"
],
"command": "npx"
}
}
}Be the first to review this server!