Skip to content

Commit 0bbc9e1

Browse files
Update README.md
1 parent 219e974 commit 0bbc9e1

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

modelcontextprotocol/README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Pipedream MCP Server
22

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.
44
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)
722

823
This reference implementation shows how you can:
924

@@ -12,14 +27,14 @@ This reference implementation shows how you can:
1227

1328
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).
1429

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.**
1833

19-
## ⭐ Features
34+
## Reference Implementation Features
2035

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
2338
- Connect accounts, configure params, and make API requests, all via tools
2439
- 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))
2540

0 commit comments

Comments
 (0)