CRX3 Tools

v1.0.0Browser Automationstable

Chrome browser extension tools with MCP integration. Pack, unpack, zip, unzip, download, and manage CRX3 extensions – now AI-compatible via Model Context Protocol.

chrome-extensionchrome-extension-idcrx-packcrx-unpackcrx-zip
Share:
55
Stars
0
Downloads
0
Weekly
0/5

What is CRX3 Tools?

CRX3 Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to chrome browser extension tools with mcp integration. pack, unpack, zip, unzip, download, and manage crx3 extensions – now ai-compatible via model context protocol.

Chrome browser extension tools with MCP integration. Pack, unpack, zip, unzip, download, and manage CRX3 extensions – now AI-compatible via Model Context Protocol.

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Chrome browser extension tools with MCP integration. Pack, u

Use Cases

Pack, unpack, and manage Chrome extensions with AI assistance. Download and analyze CRX3 extensions programmatically.
mmadfox

Maintainer

LicenseApache-2.0
Languagego
Versionv1.0.0
UpdatedMar 25, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx go-crx3

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use CRX3 Tools

The go-crx3 MCP server exposes Chrome extension tooling—packing, unpacking, downloading from the Chrome Web Store, ID generation, and manifest analysis—as MCP tools that AI assistants can invoke directly. Built in Go, it operates in both stdio mode for local AI integration and HTTP/SSE mode for remote clients. Extension developers and security researchers use it to automate CRX3 file handling, inspect extension manifests and permissions, and batch-process Chrome extensions without manual tooling.

Prerequisites

  • Go 1.21 or higher (if building from source), or a pre-built crx3 binary for your platform
  • Homebrew (macOS/Linux) for the easiest installation path
  • An MCP-compatible client such as Claude Desktop, Cursor IDE, or any MCP host
  • Internet access if downloading extensions from the Chrome Web Store
1

Install the crx3 binary

Install go-crx3 using Homebrew on macOS or Linux. Alternatively, download a pre-built binary from GitHub Releases or install via Go.

brew tap mmadfox/tap https://github.com/mmadfox/homebrew-tap
brew install mmadfox/tap/crx3
2

Verify the installation

Confirm the binary is available and check the version.

crx3 version
3

Start the MCP server in stdio mode

Run the MCP server in stdio mode for local AI client integration. Use the --listen flag for HTTP/SSE mode if you need remote access.

# Stdio mode (default, for local MCP clients)
crx3 mcp

# HTTP/SSE mode (for remote clients)
crx3 mcp --listen=:3000
4

Register the server in your MCP client configuration

Add crx3 to your claude_desktop_config.json or equivalent MCP client config file.

{
  "mcpServers": {
    "go-crx3": {
      "command": "crx3",
      "args": ["mcp"]
    }
  }
}
5

Restart your MCP client

Reload Claude Desktop or your IDE to pick up the new server. The CRX3 tools should now appear in your AI assistant's tool list.

CRX3 Tools Examples

Client configuration

Minimal claude_desktop_config.json entry assuming crx3 is on your PATH.

{
  "mcpServers": {
    "go-crx3": {
      "command": "crx3",
      "args": ["mcp"]
    }
  }
}

Prompts to try

After connecting, use these prompts to manage Chrome extensions via your AI assistant.

- "Download the Lighthouse Chrome extension (ID: blipmdconlkpinefehnmjammfjpmpbjk) and save it to ./extensions/"
- "Unpack the extension at ./build/extension.crx3 and show me its manifest.json"
- "Generate the Chrome extension ID for the packed file at ./my-extension.crx3"
- "Pack my extension directory at ./src/my-extension and output to ./dist/my-extension.crx3"
- "List all permissions requested by the extension at ./downloads/ublock.crx"

Troubleshooting CRX3 Tools

crx3 command not found after installation

Ensure /usr/local/bin (Homebrew default) is on your PATH. Run `brew link mmadfox/tap/crx3 --force` or add the Homebrew bin directory to your shell profile.

Download from Chrome Web Store fails or returns an error

Chrome Web Store downloads require a valid extension ID (32-character lowercase string). Verify the ID is correct by checking the extension's page URL. Some extensions may be region-restricted or delisted.

MCP client shows crx3 server as disconnected

Run `crx3 mcp` directly in a terminal to confirm it starts without errors. If using HTTP/SSE mode, verify the port is not blocked and the URL in your MCP config matches the --listen address.

Frequently Asked Questions about CRX3 Tools

What is CRX3 Tools?

CRX3 Tools is a Model Context Protocol (MCP) server that chrome browser extension tools with mcp integration. pack, unpack, zip, unzip, download, and manage crx3 extensions – now ai-compatible via model context protocol. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install CRX3 Tools?

Follow the installation instructions on the CRX3 Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with CRX3 Tools?

CRX3 Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is CRX3 Tools free to use?

Yes, CRX3 Tools is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "go-crx3": { "command": "npx", "args": ["-y", "go-crx3"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use CRX3 Tools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides