Examples of using Pipedream's MCP server in your app or AI agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-chat": {
"command": "npx",
"args": [
"-y",
"PipedreamHQ/mcp-chat"
]
}
}
}
Run in terminal:
claude mcp add mcp-chat npx -y PipedreamHQ/mcp-chat
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-chat": {
"command": "npx",
"args": [
"-y",
"PipedreamHQ/mcp-chat"
]
}
}
}