{
  "$schema_doc": "https://gtmstacker.com/registry/schema/entry.schema.json",
  "stability": "emerging",
  "generator": "agentic-media-registry",
  "generated_at": "2026-09-27T00:00:00Z",
  "id": "com.gtmstacker.registry/tool/browser-session-ctl",
  "type": "tool",
  "slug": "browser-session-ctl",
  "canonical_url": "https://gtmstacker.com/registry/tool/browser-session-ctl/",
  "title": "browser-session-ctl",
  "description": "browser-session-ctl is a Chrome extension plus local sidecar that lets shell commands click, type in, and read your existing logged-in browser session, for use with Claude. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free. Localhost-only, JavaScript, 27 commits.",
  "category": "mcp-agents",
  "tags": [
    "mcp-agents",
    "browser-automation",
    "chrome-extension",
    "self-hostable",
    "javascript",
    "agent-tooling"
  ],
  "status": "active",
  "revision": 1,
  "content_hash": "b8acaf8cb94b2458d75e3a73fed3a42d0da80e061f7b96b9ff67e7944aa3853c",
  "date_published": "2026-09-27T00:00:00Z",
  "date_modified": "2026-09-27T00:00:00Z",
  "source": {
    "name": "borisreitman · GitHub",
    "url": "https://github.com/borisreitman/browser-session-ctl"
  },
  "license": "GPL-3.0-or-later",
  "one_liner": "browser-session-ctl lets shell commands drive your existing logged-in Chrome session — click, type, read tabs — for use with Claude.",
  "open_source": "yes",
  "self_hostable": "yes",
  "pricing_model": "free",
  "who_its_for": "Someone who wants an agent (e.g. Claude) to act inside their ALREADY-authenticated browser — the real session with their logins and cookies — via shell commands, rather than spinning up a fresh headless browser that has to log in from scratch, and who wants it confined to localhost.",
  "aliases": [
    "browser-session-ctl",
    "browser session ctl",
    "borisreitman/browser-session-ctl"
  ],
  "alternatives": [
    "chrome-devtools-mcp",
    "obscura-headless-browser"
  ],
  "secondary_categories": [
    "data-scraping"
  ],
  "last_verified": "2026-09-27",
  "evidence": {
    "claim_type": "practitioner-tested",
    "source_id": "https://github.com/borisreitman/browser-session-ctl",
    "note": "GPL-3.0-or-later per repo; JavaScript; 27 commits across extension, sidecar, scripts and tests directories with npm setup and docs. Runs locally on 127.0.0.1:8765 and only accepts commands from localhost; exposes click/type/read-tab control of the existing browser session (WebFetch 2026-09-27, github.com/borisreitman/browser-session-ctl)."
  },
  "caveats": "Verified from the repo README (WebFetch 2026-09-27); no independent testing. Copyleft license (GPL-3.0-or-later) — relevant if you intend to embed it in a closed product. Load-bearing: 0 stars, small project; driving your live, logged-in session is powerful and therefore risky — the localhost-only bind is the stated safety boundary, not an audited guarantee.",
  "lead": "browser-session-ctl is a Chrome extension plus local sidecar that lets shell commands click, type in, and read your existing logged-in browser session, for use with Claude. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free. It is JavaScript, localhost-only, with 27 commits.",
  "chunks": [
    {
      "index": 0,
      "heading_path": [],
      "est_tokens": 73,
      "text": "browser-session-ctl is a Chrome extension plus local sidecar that lets shell commands click, type in, and read your existing logged-in browser session, for use with Claude. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free. It is JavaScript, localhost-only, with 27 commits."
    },
    {
      "index": 1,
      "heading_path": [
        null,
        "What it does"
      ],
      "est_tokens": 229,
      "text": "browser-session-ctl is a Chrome extension plus local sidecar that lets shell commands click, type in, and read your existing logged-in browser session, for use with Claude. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free. It is JavaScript, localhost-only, with 27 commits.\n\nMost browser-automation tooling for agents launches a fresh headless browser, which then has to authenticate into every site from zero. browser-session-ctl inverts that: a Chrome extension pairs with a local sidecar listening on 127.0.0.1:8765, so shell commands — and the agent driving them — operate inside the browser session you are already signed into, clicking, typing, and reading tabs on the sites as your logged-in self. It only accepts commands from localhost, and the repo carries the extension, sidecar, scripts, and tests with an npm-based setup. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free."
    },
    {
      "index": 2,
      "heading_path": [
        null,
        "Provenance"
      ],
      "est_tokens": 229,
      "text": "— operate inside the browser session you are already signed into, clicking, typing, and reading tabs on the sites as your logged-in self. It only accepts commands from localhost, and the repo carries the extension, sidecar, scripts, and tests with an npm-based setup. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free.\n\n- GPL-3.0-or-later per repo; JavaScript; 27 commits (extension, sidecar, scripts, tests) with npm setup and docs; binds to 127.0.0.1:8765 and accepts commands from localhost only; controls the existing logged-in session (WebFetch 2026-09-27).\n- Surfaced via studio discovery in the 2026-09-27 pass.\n- Anti-hype note — load-bearing: 0 stars, young; the localhost bind is the stated safety boundary, and driving a live authenticated session is inherently high-trust.\n- Curated from the GTM Stacker signal registry (2026-09-27 pass); license/facts independently verified 2026-09-27."
    },
    {
      "index": 3,
      "heading_path": [
        null,
        "Why it matters for a GTM stack"
      ],
      "est_tokens": 283,
      "text": "(WebFetch 2026-09-27). - Surfaced via studio discovery in the 2026-09-27 pass. - Anti-hype note — load-bearing: 0 stars, young; the localhost bind is the stated safety boundary, and driving a live authenticated session is inherently high-trust. - Curated from the GTM Stacker signal registry (2026-09-27 pass); license/facts independently verified 2026-09-27.\n\nA lot of GTM work lives behind logins — the CRM, the ad manager, the outreach inbox, the analytics dashboard — where a from-scratch headless browser stalls on auth, MFA, and session state. browser-session-ctl lets an agent act inside the session you have already established, which is exactly what makes routine in-browser GTM chores scriptable. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free. The honest read: this is the powerful-and-dangerous end of agent tooling — you are handing scripted control of your authenticated identity to an agent — so the localhost-only confinement matters, and you would want it pointed at low-stakes tasks first. The GPL-3.0-or-later copyleft is also worth noting if you plan to bundle it into anything you ship closed."
    }
  ],
  "alternates": {
    "markdown": "https://gtmstacker.com/registry/tool/browser-session-ctl/index.md",
    "html": "https://gtmstacker.com/registry/tool/browser-session-ctl/",
    "json": "https://gtmstacker.com/registry/tool/browser-session-ctl/index.json",
    "server_json": "https://gtmstacker.com/registry/tool/browser-session-ctl/server.json"
  },
  "jsonld": {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://gtmstacker.com/#website",
        "url": "https://gtmstacker.com/",
        "name": "GTM Stacker Agent Registry",
        "description": "A daily-updated, agent-native registry of open-source tool discoveries, tool updates, and curated news for the go-to-market / RevOps engineering niche. Machine-readable first: agents can discover, parse, page, and delta-sync it without scraping HTML.",
        "inLanguage": "en",
        "publisher": {
          "@id": "https://gtmstacker.com/#organization"
        }
      },
      {
        "@type": "Organization",
        "@id": "https://gtmstacker.com/#organization",
        "name": "GTM Stacker",
        "url": "https://gtmstacker.com",
        "description": "The growth-systems practice of Theo Popov: AI-native enrichment, outbound, content engines and internal tooling for startups and venture programs. Its agent-native media property, the GTM Stacker Agent Registry, maintains a daily-updated catalog of open-source go-to-market and RevOps tools that both people and AI engines can discover, compare, and cite.",
        "foundingDate": "2024-08",
        "knowsAbout": [
          "go-to-market engineering",
          "RevOps",
          "sales automation",
          "marketing operations",
          "open-source software",
          "AI agents"
        ],
        "founder": {
          "@type": "Person",
          "@id": "https://gtmstacker.com/#founder",
          "name": "Theo Popov",
          "jobTitle": "Growth Operations & GTM Systems",
          "url": "https://gtmstacker.com/about/",
          "sameAs": [
            "https://www.linkedin.com/in/theo-popov",
            "https://x.com/Theo_Popov",
            "https://github.com/theopopov"
          ],
          "worksFor": {
            "@id": "https://gtmstacker.com/#organization"
          }
        },
        "sameAs": [
          "https://www.linkedin.com/company/gtmstacker",
          "https://www.youtube.com/@gtmstacker",
          "https://www.instagram.com/gtmstacker/",
          "https://www.tiktok.com/@gtmstacker"
        ],
        "mainEntityOfPage": "https://gtmstacker.com/registry/about/"
      },
      {
        "@type": "SoftwareApplication",
        "@id": "https://gtmstacker.com/registry/tool/browser-session-ctl/#software",
        "name": "browser-session-ctl",
        "identifier": "borisreitman/browser-session-ctl",
        "description": "browser-session-ctl is a Chrome extension plus local sidecar that lets shell commands click, type in, and read your existing logged-in browser session, for use with Claude. Open source: yes (GPL-3.0-or-later); self-hostable; pricing free. Localhost-only, JavaScript, 27 commits.",
        "applicationCategory": "DeveloperApplication",
        "url": "https://gtmstacker.com/registry/tool/browser-session-ctl/",
        "datePublished": "2026-09-27T00:00:00Z",
        "dateModified": "2026-09-27T00:00:00Z",
        "isPartOf": {
          "@id": "https://gtmstacker.com/#website"
        },
        "codeRepository": "https://github.com/borisreitman/browser-session-ctl",
        "keywords": "mcp-agents, data-scraping, browser-automation, chrome-extension, self-hostable, javascript, agent-tooling",
        "author": {
          "@type": "Organization",
          "name": "borisreitman",
          "url": "https://github.com/borisreitman",
          "sameAs": [
            "https://github.com/borisreitman/browser-session-ctl"
          ]
        },
        "offers": {
          "@type": "Offer",
          "price": 0,
          "priceCurrency": "USD"
        },
        "isSimilarTo": [
          {
            "@type": "SoftwareApplication",
            "name": "Chrome DevTools MCP",
            "url": "https://gtmstacker.com/registry/tool/chrome-devtools-mcp/",
            "applicationCategory": "DeveloperApplication",
            "offers": {
              "@type": "Offer",
              "price": 0,
              "priceCurrency": "USD"
            }
          },
          {
            "@type": "SoftwareApplication",
            "name": "Obscura",
            "url": "https://gtmstacker.com/registry/tool/obscura-headless-browser/",
            "applicationCategory": "DeveloperApplication",
            "offers": {
              "@type": "Offer",
              "price": 0,
              "priceCurrency": "USD"
            }
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://gtmstacker.com/registry/tool/browser-session-ctl/#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "GTM Stacker Registry",
            "item": "https://gtmstacker.com/registry/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "MCP Agents",
            "item": "https://gtmstacker.com/registry/category/mcp-agents/"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "browser-session-ctl",
            "item": "https://gtmstacker.com/registry/tool/browser-session-ctl/"
          }
        ]
      }
    ]
  },
  "tool": {
    "name": "borisreitman/browser-session-ctl",
    "repository": {
      "url": "https://github.com/borisreitman/browser-session-ctl",
      "source": "github"
    }
  }
}
