Connects Claude to the deno.land/x third-party module registry through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but given the registry focus, you'd expect operations like searching modules, fetching package metadata, and browsing versions. Useful when you're exploring Deno's ecosystem and want Claude to help you discover packages, compare alternatives, or pull documentation without leaving your conversation. Runs as a hosted service at gateway.pipeworx.io, so no local setup required. Part of Pipeworx's broader collection of 673+ data source integrations, which means you can add just this server or connect to their full gateway for access to everything at once.
deno.land/x registry MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"deno-land": {
"url": "https://gateway.pipeworx.io/deno-land/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Deno Land data" })
The gateway picks the right tool and fills the arguments automatically.
MIT