ua-parser-js

GitHub

UAParser.js - The Essential Web Development Tool for User-Agent Detection. Detect Browsers, OS, Devices, Bots, Apps, AI Crawlers, and more. Run in Browser (client-side) or Node.js (server-side).

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "ua-parser-js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ua-parser-js"
      ]
    }
  }
}