izan.io
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@izan.iofetch the content of https://izan.io"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is izan.io?
izan.io is a Chrome extension that turns your browser into an MCP server. Any MCP client - Claude Desktop, Cursor, VS Code, Claude Code - can connect and control your browser through tools.
Write tools in JavaScript using the
browserAPI (click, type, navigate, extract data)Install tools from the zihin.io community marketplace
Your sessions stay yours - the extension runs inside your authenticated browser, no cookie hacks needed
Related MCP server: Chrome MCP Server
Quick Start
1. Install the Chrome Extension from the Chrome Web Store.
2. Add to your MCP client config:
{
"mcpServers": {
"izan": {
"command": "npx",
"args": ["izan-mcp"]
}
}
}Works with Claude Desktop, Cursor, VS Code, Claude Code, and any MCP client that supports stdio.
3. Done. The extension connects automatically. Built-in tools (web_fetch, accessibility_snapshot) are ready to use. Open the side panel to create your own tools or install from the marketplace.
Architecture
MCP Client (Claude Desktop, Cursor, VS Code)
| stdio (JSON-RPC)
v
packages/bridge/ (izan-mcp CLI)
| WebSocket (localhost:3717)
v
Chrome Extension (packages/extension/)
| CDP (chrome.debugger)
v
Browser Tab (any website)izan.io/
├── apps/
│ ├── web/ # Landing page + docs (izan.io)
│ └── zihin.io/ # Tool marketplace (zihin.io)
├── packages/
│ ├── extension/ # Chrome extension (MCP server, side panel, CDP automation)
│ └── bridge/ # Bridge CLI (stdio <-> WebSocket)Writing Tools
Tools are JavaScript async functions with a browser API:
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 }
}Create tools in the extension side panel or submit to the zihin.io marketplace.
Development
git clone https://github.com/ekingunoncu/izan.io.git
cd izan.io
npm install
npm run buildLoad packages/extension/dist as an unpacked extension in Chrome (chrome://extensions, developer mode).
License
AGPL-3.0 - See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn extension-based MCP server that enables AI assistants to control your browser, leveraging existing sessions and login states for automation and content analysis. It provides over 20 tools for semantic tab search, interactive element manipulation, and network monitoring directly within your daily Chrome environment.MIT
- AlicenseNot gradedqualityNot gradedmaintenanceAn extension-based MCP server that enables AI assistants to control your existing Chrome browser, leveraging your active login states and settings for automation. It provides over 20 tools for tasks like semantic tab search, screen capture, network monitoring, and direct element interaction.
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to control the Google Chrome browser through a Node.js WebSocket bridge and a dedicated browser extension. It provides tools for capturing screenshots, executing JavaScript, managing tabs, and extracting page content via the MCP protocol.2
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to control Chrome browser actions like navigation, clicking, form filling, screenshots, and console/network logging via an MCP server and Chrome extension.1,062MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ekingunoncu/izan.io'
If you have feedback or need assistance with the MCP directory API, please join our Discord server