chrome-mcp

Community

Efficient Chrome control with minimal tokens.

Authorbenjaminshafii
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables precise and token-efficient automation of Chrome browser tasks, reducing interaction cost while performing common browser actions at scale.

Core Features & Use Cases

  • Deterministic navigation: go to URLs with minimal API calls and predictable state.
  • Data extraction: pull structured data using evaluate_script with safe limits to avoid large responses.
  • Page analysis: take snapshots to understand page structure and locate elements reliably.
  • Use Case: extract the top 15 product titles and links from a listing page, then verify the presence of a specific keyword across results.

Quick Start

Use the chrome-mcp skill to navigate to a page, extract data with evaluate_script, and optionally capture a page snapshot for structure analysis. chrome_navigate_page({ url: "https://example.com/search?q=term" }) chrome_evaluate_script({ function: () => { /* your script here */ } }) chrome_take_snapshot()

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: chrome-mcp
Download link: https://github.com/benjaminshafii/digital-empire/archive/main.zip#chrome-mcp

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.