PluginBench
MCP Server
Maintained

ToolPipe MCP Server MCP Server

io.github.COSAI-Labs/toolpipe

What is the ToolPipe MCP Server MCP server?

45+ dev tools via MCP: JSON, QR, hash, DNS, code review, fake data, screenshots, and more.

How to install ToolPipe MCP Server

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "toolpipe": {
      "url": "https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "toolpipe": {
      "serverUrl": "https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "toolpipe": {
      "type": "http",
      "url": "https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "toolpipe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse toolpipe https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp

Related MCP servers

238+ dev tools via MCP: JSON, QR, PDF, DNS, hash, UUID, code review, JWT, SSL, WHOIS, and more

6
HTML
View repository →