|
1 | 1 | # Pipedream MCP Server |
2 | 2 |
|
3 | | -This is a reference implementation of the Pipedream MCP server. You can run **your own MCP server** for [over 2,500 apps and APIs](https://pipedream.com/apps) and is powered by [Pipedream Connect](https://pipedream.com/docs/connect/). |
| 3 | +This is a reference implementation of the Pipedream MCP server. You can run **your own MCP server** for [over 2,700 apps and APIs](https://pipedream.com/apps) and is powered by [Pipedream Connect](https://pipedream.com/docs/connect/). |
4 | 4 |
|
5 | | -You can: |
| 5 | +> [Note] |
| 6 | +> These docs discuss how you can host Pipedream's MCP server in your own app or run it locally. To use Pipedream's [remote MCP server](https://pipedream.com/docs/connect/mcp/developers) (most common), [refer to our docs](https://pipedream.com/docs/connect/mcp/developers) to get started. |
| 7 | +
|
| 8 | +This reference implementation shows how you can: |
6 | 9 |
|
7 | 10 | - [Run the servers locally](#running-the-server-via-npx) with `npx @pipedream/mcp` |
8 | 11 | - [Host the servers yourself](#hosting-your-own-server) to use them within your app or company |
9 | 12 |
|
10 | | -See the server in action at [mcp.pipedream.com](https://mcp.pipedream.com) and [chat.pipedream.com](https://chat.pipedream.com) |
| 13 | +See the consumer-facing MCP server in action at [mcp.pipedream.com](https://mcp.pipedream.com) and check out a demo of the developer-facing product at [chat.pipedream.com](https://chat.pipedream.com). |
11 | 14 |
|
12 | 15 | We published this code as a reference, so you can better understand how to use Pipedream Connect for such |
13 | | -an application. This is still a work in progress, and not fully documented. Please reach out to us if you |
| 16 | +an application. This is a reference implementation specifically for self-hosting the server and may not be fully documented. Please reach out to us if you |
14 | 17 | have any questions. |
15 | 18 |
|
16 | 19 | ## ⭐ Features |
17 | 20 |
|
18 | | -- Run **your own MCP server** for [over 2,500 apps and APIs](https://pipedream.com/apps) |
| 21 | +- Run **your own MCP server** for [over 2,700 apps and APIs](https://mcp.pipedream.com) |
19 | 22 | - Manage servers **for your users**, in your own app. |
20 | 23 | - Connect accounts, configure params, and make API requests, all via tools |
21 | 24 | - Fully-managed OAuth and credential storage ([see security docs](https://pipedream.com/docs/privacy-and-security/#third-party-oauth-grants-api-keys-and-environment-variables)) |
@@ -59,10 +62,7 @@ All the tools available for that app will be available at that endpoint. |
59 | 62 | This is an experimental version, since it relies on tools being able to update dynamically. |
60 | 63 | We use this server to power the tools on [chat.pipedream.com](https://chat.pipedream.com). |
61 | 64 |
|
62 | | -> [!NOTE] |
63 | | -> The code for the dynamic MCP server is available in this repo but you will not _yet_ be able to run it locally since it relies on an internal db. |
64 | | -> |
65 | | -> Please let us know if you'd like to run this yourself. |
| 65 | +> [!NOTE] > [Check out the docs](https://pipedream.com/docs/connect/mcp/app-discovery) to learn more about enabling app discovery with the MCP server. |
66 | 66 |
|
67 | 67 | ## Hosting your own server |
68 | 68 |
|
|
0 commit comments