Install Pipeworx
One MCP gateway, every major client. Pick yours below — each card has paste-ready setup and a link to the open-source plugin repo. 1,578+ live data tools across 424 packs become available in your agent.
Claude Code
LiveOfficial plugin via Claude Code's marketplace.
/plugin marketplace add pipeworx-io/claude-code-plugin
/plugin install pipeworx Cursor
Marketplace reviewPlugin submitted to cursor.com/marketplace. Self-install works today via the deeplink or by adding the config to your project.
cursor://anysphere.cursor-deeplink/mcp/install?name=pipeworx
Or add to .cursor/mcp.json:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/pipeworx-catalog/mcp"
}
}
} Gemini CLI
LiveOfficial extension. Installs from GitHub directly.
gemini extensions install https://github.com/pipeworx-io/gemini-cli-extension Windsurf
LivePaste into ~/.codeium/windsurf/mcp_config.json, then restart Cascade.
{
"mcpServers": {
"pipeworx": {
"serverUrl": "https://gateway.pipeworx.io/pipeworx-catalog/mcp"
}
}
} Perplexity
Live · Pro / Max / EnterpriseSettings → Connectors → Add a connector → Custom MCP server.
- Name: Pipeworx
- URL:
https://gateway.pipeworx.io/pipeworx-catalog/mcp - Transport: Streamable HTTP (default)
- Auth: none for anonymous tier, or
X-API-Keyheader for BYO
ChatGPT
Submission in progressApp Directory submission pending OAuth 2.1 discovery. Developer-mode self-install works today.
- ChatGPT → Settings → Apps & Connectors → Create.
- Enable Developer Mode (Workspace Settings → Permissions & Roles → Connected Data).
- Paste server URL:
https://gateway.pipeworx.io/pipeworx-catalog/mcp
Other MCP-aware clients
Zed, JetBrains AI Assistant, LM Studio, Goose, Raycast, Cline, v0, Devin, Factory — anything that speaks the Model Context Protocol can point at the Pipeworx gateway directly. The config block is the same shape almost everywhere:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/pipeworx-catalog/mcp"
}
}
}
Some clients use serverUrl instead of url (notably Windsurf).
See your client's MCP docs for the exact key name. The gateway URL is the same.
Higher rate limits
Every install above runs on the anonymous tier by default — 50 calls/day per IP. To raise that to 500/day (BYO), 2,000/day (OAuth), or unlimited (Paid):
- Sign up free with GitHub.
- Grab your API key from /account.
- Add an
X-API-Keyheader to your client's MCP config — or pass?_apiKey=…on the gateway URL.
See pricing for tier details.