Izan Browser Tools

v1.0.0Browser Automationstable

Turn Any Browser Action & Data Extraction into an AI Tool in 60 Seconds

aiai-agentai-assistantbrowser-automationbrowser-extension
Share:
29
Stars
0
Downloads
0
Weekly
0/5

What is Izan Browser Tools?

Izan Browser Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to turn any browser action & data extraction into an ai tool in 60 seconds

Turn Any Browser Action & Data Extraction into an AI Tool in 60 Seconds

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

Features

  • Turn Any Browser Action & Data Extraction into an AI Tool in

Use Cases

Convert browser actions to AI tools
Automation in 60 seconds
Data extraction
ekingunoncu

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedApr 1, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx izan-io

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 Izan Browser Tools

Izan.io is a Chrome extension that turns your browser into an MCP server, letting any MCP client — Claude Desktop, Cursor, VS Code, or Claude Code — control your browser through tools you define in JavaScript. Because the extension runs inside your authenticated browser session, it can interact with websites that require login without any cookie hacking or credential sharing. You write browser automation tools using a simple async JavaScript API with methods like browser.open, browser.click, browser.getText, and browser.waitForSelector, then expose them as callable MCP tools to your AI assistant — or install ready-made tools from the zihin.io community marketplace.

Prerequisites

  • Google Chrome browser installed
  • Node.js installed (for the izan-mcp bridge CLI)
  • An MCP-compatible client such as Claude Desktop, Cursor, VS Code, or Claude Code
  • The izan.io Chrome extension installed from the Chrome Web Store
1

Install the Chrome extension

Visit the Chrome Web Store and install the izan.io extension. Once installed, the extension icon will appear in your browser toolbar and the side panel will be accessible.

2

Add the MCP bridge to your client configuration

Add the izan-mcp bridge to your MCP client config. The bridge communicates with the Chrome extension via WebSocket on localhost:3717 and exposes the browser tools over stdio JSON-RPC.

3

Restart your MCP client

After saving the configuration, restart Claude Desktop or your MCP client. The extension connects automatically — no additional setup needed.

4

Use built-in tools immediately

Two tools are available out of the box: web_fetch for fetching page content and accessibility_snapshot for capturing the accessibility tree of the current page. Ask your AI to use them right away.

5

Create custom browser automation tools

Open the extension side panel in Chrome and write a new tool as a JavaScript async function using the browser API. The function receives params and a browser object with methods for navigation, clicking, typing, and reading page content.

async (params, browser) => {
  await browser.open(`https://example.com/search?q=${params.query}`)
  await browser.waitForSelector('.result')
  const title = await browser.getText('.result:first-child .title')
  await browser.close()
  return { title }
}
6

Browse and install community tools

Visit the zihin.io marketplace to find and install pre-built browser automation tools created by the community. Installed tools become immediately available as MCP tools in your AI client.

Izan Browser Tools Examples

Client configuration

Add this block to your claude_desktop_config.json or equivalent MCP client config file. The npx command downloads and runs the bridge automatically.

{
  "mcpServers": {
    "izan": {
      "command": "npx",
      "args": ["izan-mcp"]
    }
  }
}

Prompts to try

These prompts use the built-in tools and any custom tools you create. Your authenticated browser session means login-gated content is accessible.

- "Use web_fetch to get the content of https://example.com and summarize it"
- "Take an accessibility snapshot of the current page and list all the links"
- "Open my Gmail inbox and list the subject lines of the 5 most recent emails"
- "Search for 'MCP server' on GitHub and return the top 3 repository names and star counts"

Troubleshooting Izan Browser Tools

MCP client connects but no browser tools appear

Check that the Chrome extension is installed and running. Open the extension side panel to verify it shows 'Connected'. The WebSocket bridge requires Chrome to be open with the extension active before the MCP client starts.

browser.waitForSelector times out on dynamic pages

Increase the timeout in your tool code or add intermediate waits. Some SPAs need a short delay after navigation before elements are rendered. Check the accessibility_snapshot tool to see what elements are actually present.

Custom tool throws errors when accessing login-gated pages

Ensure you are logged into the target website in the same Chrome profile where the extension is installed. The extension uses your existing authenticated session — if you are logged out in Chrome, the tool will see the login page.

Frequently Asked Questions about Izan Browser Tools

What is Izan Browser Tools?

Izan Browser Tools is a Model Context Protocol (MCP) server that turn any browser action & data extraction into an ai tool in 60 seconds It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Izan Browser Tools?

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

Which AI clients work with Izan Browser Tools?

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

Is Izan Browser Tools free to use?

Yes, Izan Browser Tools is open source and available under the NOASSERTION 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": { "izan-io": { "command": "npx", "args": ["-y", "izan-io"] } } }

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

Read the full setup guide →

Ready to use Izan Browser 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