Exnos
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., "@Exnosverify the current tab state"
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.
Exnos
Live browser-state verification for AI coding agents. Your AI says "done." Exnos is how it knows. One tool call returns the full state of the Chrome tab you are looking at: every field, every button, every console error, network requests, storage, performance, in milliseconds. Read-only. Local. Free, MIT.
Experimental. Exnos reads a live Chrome tab through a local bridge. Expect it to break when a site ships a change. MIT licensed, as-is, no warranty.
Install (2 minutes)
1. Connect your agent
claude mcp add-json --scope user exnos '{"command":"npx","args":["@golproductions/exnos"]}'Any MCP client (.mcp.json):
{ "mcpServers": { "exnos": { "command": "npx", "args": ["@golproductions/exnos"] } } }2. Load the extension
npx @golproductions/exnos pathOpen chrome://extensions, enable Developer mode, click Load unpacked, pick that folder. Badge reads ON when connected.
Related MCP server: webclaw-mcp
What it sees
A single exnos_verify call returns:
URL, title, ready state -- navigation facts, not assumptions
Every visible field with its live value
Every button with its disabled state
Checkboxes and radios with checked state
Visible alerts and UI warnings
Console errors and uncaught exceptions captured from page load
Network requests -- every fetch and XHR: URL, method, status, response body, timing. Failures surfaced first.
WebSocket frames -- sent and received, last 30
localStorage, sessionStorage, cookies -- live storage state
Performance -- page load, TTFB, DOM ready, paint timing, long tasks, JS heap
Focus -- which element has focus right now
Shadow DOM -- pierces component library boundaries
Same-origin iframes -- text and errors inside frames
App globals -- any
window.__*values the app sets
Tools
Tool | What it returns |
| Full live state. Optional |
| All open tabs: title, URL, active state. |
CLI
npx @golproductions/exnos path # print extension folder path
npx @golproductions/exnos init # write Exnos rule into agent rules files
npx @golproductions/exnos rules # print the rule textNotes
Server on
127.0.0.1:17872(override:EXNOS_PORT).GET /returns{"exnos":true,"extension":true|false}.Extension reconnects automatically after Chrome or server restart.
Internal pages (
chrome://) cannot be inspected.Console errors are captured from
document_start. Pages open before the extension loaded need one reload.Network tap intercepts fetch and XHR at
document_start. Requests made before the extension loaded are not captured.
License
MIT. The names "Exnos" and "GOL Productions" are trademarks of GOL Productions and are not licensed under MIT. Forks must use a different name.
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceBridges browser content, developer tools data, and web page interactions with Claude through MCP. Enables page inspection, DOM analysis, JavaScript execution, console monitoring, network activity tracking, and screenshot capture across multiple browser tabs.MIT
- Alicense-qualityCmaintenanceMCP browser agent that runs as a Chrome extension. Control your real Chrome browser with 17 MCP tools — uses accessibility tree with @ref labels for low token usage. Supports WebMCP native tools.21MIT
- Alicense-qualityBmaintenanceLets AI coding agents control and inspect a live Chrome browser via MCP, providing Chrome DevTools capabilities for automation, debugging, and performance analysis.11Apache 2.0
- AlicenseAqualityDmaintenanceProvides AI coding agents real-time browser access to console logs, network requests, DOM elements, and screenshots via MCP, enabling tight edit-reload-verify feedback loops.1552MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
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/golproductions/exnos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server