
ZenLink MCP
Give coding agents controlled Zen Browser sessions for parallel tabs, scraping, and page extraction instead of one-off Playwright scripts.
Overview
ZenLink MCP is an MCP server for the Build phase that automates Zen Browser from coding agents with parallel tabs and content extraction.
What is this MCP server?
- Zen Browser–native automation exposed to MCP clients over stdio (zenlink-mcp on PyPI v2.0.3)
- Parallel multi-tab control for faster research and batch page work
- Content extraction oriented tools for agent-led scraping and summarization
- PyPI package zenlink-mcp for standard MCP client configuration
- GitHub repository ZenLink-MCP for updates and issue tracking
- PyPI package zenlink-mcp version 2.0.3
- stdio MCP transport
- Supports parallel multi-tab operation per server description
What problem does it solve?
Research and prototype work stalls when your agent cannot reliably drive a real browser across multiple pages at once.
Who is it for?
Builders who standardize on Zen Browser and want MCP-driven research, scraping, or UI checks from Claude or Cursor.
Skip if: Teams locked to Chrome-only CI, headless-only pipelines with no Zen install, or workflows that forbid browser automation.
What do I get? / Deliverables
After registration, your agent can run Zen Browser sessions with parallel tabs and structured extraction during research and integration tasks.
- Agent-controlled Zen Browser sessions with multi-tab navigation
- Extracted page content usable in research notes or app pipelines
- Reusable browser automation without a new script per research task
Recommended MCP Servers
Journey fit
Browser automation MCP is shelved under Build first because most solo builders register it when wiring agent tooling into the product or internal workflows. Integrations matches stdio PyPI servers that connect an external runtime (Zen Browser) to the agent stack.
How it compares
Zen Browser automation MCP, not a hosted scraping API or a ship-phase E2E test runner skill.
Common Questions / FAQ
Who is ZenLink MCP for?
Solo builders and agent users who run Zen Browser and want parallel tab automation and extraction from Claude Code, Cursor, or other MCP clients.
When should I use ZenLink MCP?
Use it when you need multi-page browser work during competitor research, validation spikes, or build-time content collection instead of one-off scripts.
How do I add ZenLink MCP to my agent?
Install the PyPI package zenlink-mcp, configure a stdio MCP server entry in your client, ensure Zen Browser is available on the machine, and reload MCP tools.