izan.io
by ekingunoncu·★ 29·Score 41
Chrome extension that turns any browser into an MCP server for AI automation.
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:
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 READMEweb_fetchFetch content from a web page
accessibility_snapshotTake 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
Installation
- Install the Chrome Extension from the Chrome Web Store.
- Add to your MCP client config:
{
"mcpServers": {
"izan": {
"command": "npx",
"args": ["izan-mcp"]
}
}
}- 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
Last updated · Auto-generated from public README + GitHub signals.