An open API service indexing awesome lists of open source software.

https://github.com/pipedreamhq/pipedream-connect-examples

Collection of example apps showcasing the pipedream SDKs. Learn more https://pipedream.com/docs/connect.
https://github.com/pipedreamhq/pipedream-connect-examples

api authorization automation integrations pipedream serverless

Last synced: 23 days ago
JSON representation

Collection of example apps showcasing the pipedream SDKs. Learn more https://pipedream.com/docs/connect.

Awesome Lists containing this project

README

          


Pipedream Connect

Pipedream Connect Examples



Connect provides a developer toolkit that lets you add 3,000+ integrations to your app or AI agent. You can build AI agents, chatbots, workflow builders, and much more, all in a few minutes. You have full, code-level control over how these integrations work in your app.


Managed Auth ·
Connect SDK and React Playground ·
MCP



- This repo provides a collection of demo apps to highlight example implementations
- **Always refer to [Pipedream's developer docs](https://pipedream.com/docs/connect/mcp/developers) for the most up to date information**

## Managed Auth

The **[managed-auth-basic-next-app](/managed-auth-basic-next-app/)** shows the foundational managed auth capability, which enables your end users to connect their account for any of the 3,000 apps available on Pipedream. This is an example Next.js app, but Pipedream has [SDKs available in TypeScript, Python, and Java](https://pipedream.com/docs/connect/api-reference/sdks) to go along with the REST API. [Refer to our docs](https://pipedream.com/docs/connect) for more info.

## Connect React

The **[connect-react-demo](/connect-react-demo/)** demonstrates how you can embed any of the 10,000+ Pipedream actions and triggers directly in your app or AI agent. Check out the [connect-react](https://github.com/PipedreamHQ/pipedream/tree/master/packages/connect-react) for more info on the SDK, and the [core Pipedream docs](https://pipedream.com/docs/connect/components) for a good overview with detailed examples.

**You can play around with the hosted version of this app at [pipedream.com/connect/demo](https://pipedream.com/connect/demo).**

## MCP

The **[mcp](/mcp/)** directory contains CLI examples that demonstrate how to integrate with Pipedream's MCP (Model Context Protocol) server using different AI SDKs for developers who are building AI chat apps or AI agents. See [the docs](https://pipedream.com/docs/connect/mcp/developers) for more info.