productivity
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.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.
Agent Surfaces
Machine-Readable Metadata
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. |