KlyxarMCP

quonaro/KlyxarMCP
★ 0 stars Go AI/LLM Updated today
🦂 Klyxar — single-binary MCP server that connects AI coding agents to Chrome via CDP. Capture console, network, DOM, screenshots and perform browser actions (click, type, scroll, upload) without any extension.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "klyxarmcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/quonaro/KlyxarMCP@latest"
      ]
    }
  }
}