automation
Pipedream MCP, CLI, and Lua Integration for AI Agents
Pipedream integration docs for AI agents: MCP gateway setup, Pipedream CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Pipedream for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
pipedream- route_slug
pipedream- package
pipedream- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Pipedream CLIHeadless setup and direct function calls. Pipedream MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Pipedream MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pipedream.
Claude Code Pipedream MCP setup for Claude Code. Cursor Pipedream MCP setup for Cursor. Codex Pipedream MCP setup for Codex. OpenAI Agents Pipedream MCP setup for OpenAI Agents SDK. Claude Agent SDK Pipedream MCP setup for Claude Agent SDK. Vercel AI SDK Pipedream MCP setup for Vercel AI SDK. LangChain Pipedream MCP setup for LangChain. LangGraph Pipedream MCP setup for LangGraph. CrewAI Pipedream MCP setup for CrewAI. MCP clients Pipedream MCP setup for Generic MCP Clients.
Pipedream CLI Matrix
Use these pages for direct Pipedream CLI workflows in scripts, CI, cron, and agent wrappers.
CI Pipedream CLI for CI. Cron Jobs Pipedream CLI for cron jobs. Shell Scripts Pipedream CLI for shell scripts. Headless Automation Pipedream CLI for headless automation. Coding Agents Pipedream CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
pipedream.pipedream_list_workflows | Read read | 2 | List automation workflows in Pipedream. Returns a paginated list of workflows with their IDs, names, and statuses. |
pipedream.pipedream_get_workflow | Read read | 1 | Get details of a specific Pipedream workflow by ID, including its configuration, steps, and current status. |
pipedream.pipedream_list_components | Read read | 2 | List available Pipedream components (actions, triggers, etc.). Components are reusable building blocks for connecting to third-party APIs. |
pipedream.pipedream_get_component | Read read | 2 | Get details of a specific Pipedream component by app and component key. Returns the component configuration, props, and version info. |
pipedream.pipedream_list_connected_accounts | Read read | 2 | List connected third-party accounts in Pipedream. These are the OAuth-connected accounts used by workflows to interact with external services. |
pipedream.pipedream_list_triggers | Read read | 1 | List event triggers for a specific Pipedream workflow. Triggers define the events that cause a workflow to run. |
pipedream.pipedream_get_current_user | Read read | 0 | Get the currently authenticated Pipedream user profile, including name, email, and workspace details. |