Skip to content

Add Chrome tool alias for Claude in Chrome MCP tools #300

@adawalli

Description

@adawalli

Problem

Agent markdown files currently support a Playwright shorthand that expands to all Playwright MCP tools during compilation. For example:

tools: Write, Read, Bash, WebFetch, Playwright

There is no equivalent shorthand for Claude in Chrome browser automation tools. Users must list all 17 mcp__claude-in-chrome__* tools individually, which is verbose and error-prone.

Proposed Solution

Add a Chrome tool alias that expands to all Claude in Chrome MCP tools, following the same pattern as Playwright:

  1. Add replace_chrome_tools() function in scripts/common-functions.sh
  2. Add corresponding replacement logic in compile_agent()

Expected Usage

tools: Write, Read, Bash, Chrome

This would expand to all 17 Claude in Chrome tools during agent compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions