dazeb-mcp-tools

dazeb/dazeb-mcp-tools
★ 1 stars Unknown language 📦 Other Updated 5mo ago
A collection of my own personally created MCP tools for AI.
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": {
    "dazeb-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "dazeb/dazeb-mcp-tools"
      ]
    }
  }
}