konnect

grandmaster451/konnect
★ 0 stars JavaScript AI/LLM Updated today
Browser automation bridge — daemon, MCP server, and Chrome extension for controlling your real browser from AI agents. Token-efficient AX snapshots, dual CLI+MCP interface.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "konnect": {
      "command": "npx",
      "args": [
        "-y",
        "grandmaster451/konnect"
      ]
    }
  }
}