MCP Catalogs
Homeizan.io screenshot

izan.io

by ekingunoncu·29·Score 41

Chrome extension that turns any browser into an MCP server for AI automation.

browser-automationweb-scrapingdeveloper-tools
4
Forks
2
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Izan.io is a Chrome extension that transforms your browser into an MCP server, allowing AI clients to control browser actions through JavaScript tools. It features a tool marketplace (zihin.io) and supports standard browser automation functions like clicking, typing, navigating, and data extraction. The architecture uses stdio for MCP communication, a bridge CLI, and Chrome's CDP protocol for automation.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automate web data extraction for research and analysis
you:Create AI agents that can interact with web applications
you:Build custom browser automation tools without programming knowledge
you:Which MCP clients are compatible with izan.io?
you:Can I create custom browser automation tools?

When to choose this

Choose izan.io when you need AI agents to interact with web applications that lack APIs, or for complex browser automation tasks requiring JavaScript control.

When NOT to choose this

Avoid if you need browser automation outside Chrome/Chromium, or if you require a solution with official enterprise support and a more permissive license than AGPL-3.0.

Tools this server exposes

2 tools extracted from the README
  • web_fetch

    Fetch content from a web page

  • accessibility_snapshot

    Take a snapshot of a page's accessibility tree

Note: Extracted from the Quick Start section which mentions built-in tools but doesn't provide detailed documentation

Comparable tools

puppeteerplaywrightbrowserless

Installation

  1. Install the Chrome Extension from the Chrome Web Store.
  2. Add to your MCP client config:
{
  "mcpServers": {
    "izan": {
      "command": "npx",
      "args": ["izan-mcp"]
    }
  }
}
  1. The extension connects automatically with built-in tools ready to use.

FAQ

Which MCP clients are compatible with izan.io?
It works with Claude Desktop, Cursor, VS Code, Claude Code, and any MCP client that supports stdio.
Can I create custom browser automation tools?
Yes, you can create tools in JavaScript using the browser API in the extension's side panel or install from the zihin.io marketplace.

Compare izan.io with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.