omni-tools

GitHub

Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "omni-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-omni-tools"
      ]
    }
  }
}