You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modelcontextprotocol/README.md
+24-9Lines changed: 24 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,24 @@
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,700 apps and APIs](https://pipedream.com/apps) and is powered by [Pipedream Connect](https://pipedream.com/docs/connect/).
3
+
> **⚠️ Important Notice**: This MCP server is a **reference implementation only**and is no longer actively maintained. For production use, we recommend using Pipedream's **remote MCP server** instead.
4
4
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.
5
+
## Recommended: Use Pipedream's Remote MCP Server
6
+
7
+
For the best experience, use Pipedream's hosted MCP server which provides:
8
+
9
+
-**2,800+ APIs and 10,000+ tools** through a single server
10
+
-**Built-in authentication** - no manual token management required
11
+
-**Multiple tool modes**: sub-agent and full configuration
12
+
-**Automatic app discovery**
13
+
-**Enterprise-grade reliability** and security
14
+
15
+
**🚀 Get started**: [Pipedream MCP Documentation](https://pipedream.com/docs/connect/mcp/developers)
16
+
17
+
> **🎮 Try it now**: Check out our [open source chat app](https://github.com/PipedreamHQ/mcp) at [chat.pipedream.com](https://chat.pipedream.com/)
18
+
19
+
---
20
+
21
+
## Self-Hosting (Reference Implementation)
7
22
8
23
This reference implementation shows how you can:
9
24
@@ -12,14 +27,14 @@ This reference implementation shows how you can:
12
27
13
28
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).
14
29
15
-
We published this code as a reference, so you can better understand how to use Pipedream Connect for such
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
17
-
have any questions.
30
+
We published this code as a reference, so you can better understand how to use Pipedream Connect for such an application. This is a reference implementation specifically for self-hosting the server and may not be fully documented.
31
+
32
+
**For production use, we strongly recommend using our [remote MCP server](https://pipedream.com/docs/connect/mcp/developers) instead.**
18
33
19
-
## ⭐ Features
34
+
## ⭐ Reference Implementation Features
20
35
21
-
- Run **your own MCP server** for [over 2,700 apps and APIs](https://mcp.pipedream.com)
22
-
- Manage servers **for your users**, in your own app.
36
+
- Run **your own MCP server** for [over 2,800 apps and APIs](https://mcp.pipedream.com)
37
+
- Manage servers **for your users**, in your own app
23
38
- Connect accounts, configure params, and make API requests, all via tools
24
39
- 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))
0 commit comments