toolpipe-mcp-server

Ithiel-Labs/toolpipe-mcp-server
★ 3 stars JavaScript 🗄️ Database Updated 13d ago
MCP server with 55+ developer utility APIs: JSON, QR, hash, UUID, DNS, WHOIS, code review, fake data, Dockerfile gen, regex, JWT, SQL, SEO analysis. Works with Claude, Cursor, VS Code, Windsurf.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolpipe-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Ithiel-Labs/toolpipe-mcp-server"
      ]
    }
  }
}