Zen Agent
Allows to automate Zen Browser windows, spaces, and tabs via the Firefox Remote Protocol, enabling background navigation, tab management, and space-aware operations.
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., "@Zen Agentnavigate to https://example.com in a new background tab"
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.
Zen Agent
A considerate, space-aware CLI and MCP server for background automation in Zen Browser.
Zen Agent is designed for terminal-native agents that need to use the browser without taking over the browser window you are actively using.
Product principles
Discover open windows, Spaces, and tabs before opening anything.
Reuse an existing matching tab by its stable identifier.
Never focus a window, switch a Space, or select a tab as a side effect.
Open new tabs in the appropriate Personal or Work Space in the background.
Keep browser policy in one shared daemon so the CLI and MCP server behave the same way.
Do not add a redundant approval prompt for ordinary browser actions.
Related MCP server: agentify-desktop
Status
The repository currently contains the project foundation and automation. The browser transport and tab-routing implementation come next.
Requirements
Node.js 24
npm 11 or newer
Development
npm install
npm run check
npm run dev -- --helpBuild the executable with:
npm run build
node dist/cli.js --helpPlanned architecture
agent
├─ zen-agent CLI ─┐
└─ MCP server ────┤
▼
shared local daemon
│
▼
Firefox Remote Protocol
│
▼
Zen windows → Spaces → tabsThe daemon will own discovery, stable tab identities, Personal/Work routing, and background-only navigation.
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.
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/fschrhunt/zen-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server