MCP server for browser automation via ZenLink - gives Claude Desktop and other MCP clients native browser control.
Project description
ZenLink MCP
MCP server for browser automation via ZenLink — gives Claude Desktop and other MCP clients native browser control through Zen Browser (Firefox-based).
v2.0.0 ships ~50 new tools for parallel agentic work: real multi-tab parallelism, tab unloader defense, session save/restore, Readability + Markdown extraction, request interception, cookies/storage, and orchestration primitives (broadcast, sync barriers, tab pools, named tags). See CHANGELOG.md for the full list.
Installation
pip install zenlink-mcp
Requirements
- ZenLink browser extension v2.0.0+ installed in Zen Browser
- ZenLink bridge running (
python native/bridge.py)
Tool surface (75+ tools)
Every tab-aware tool below accepts an optional tab_id parameter — pass it to drive a specific tab without stealing focus, the foundation for parallel multi-tab work.
Core
zen_status, zen_health, zen_tabs, zen_new_tab, zen_close_tab, zen_switch_tab, zen_navigate, zen_screenshot
Content extraction (read once, work cheaply)
zen_page_text, zen_page_info, zen_readability, zen_markdown, zen_query, zen_html, zen_links, zen_images, zen_meta, zen_structured_data, zen_bounds, zen_computed_style, zen_dom, zen_forms, zen_iframes, zen_explain_selector, zen_full_page_metrics
Interaction
zen_click, zen_trusted_click, zen_double_click, zen_type, zen_fill, zen_form_fill, zen_set_editable_content, zen_select_option, zen_check, zen_focus, zen_blur, zen_keypress, zen_submit_form, zen_drag, zen_hover, zen_scroll, zen_find, zen_highlight, zen_click_and_wait_navigation
Visual
zen_screenshot, zen_element_screenshot, zen_full_page_screenshot
Tab and window management
zen_pin_tab, zen_mute_tab, zen_duplicate_tab, zen_reload_tab, zen_back, zen_forward, zen_get_zoom, zen_set_zoom, zen_windows, zen_create_window, zen_close_window, zen_focus_window, zen_move_tab, zen_detach_tab
Network, cookies, state
zen_cookies, zen_storage (local/session), zen_clipboard, zen_downloads, zen_clear_browsing_data, zen_intercept, zen_capture_network, zen_wait_for_network_idle, zen_wait_for_url, zen_wait_for_title, zen_watch_console, zen_console_logs
Sessions (auth-once-use-many)
zen_save_session, zen_load_session, zen_list_sessions, zen_delete_session
Orchestration (parallel multi-tab)
zen_keep_alive, zen_keep_alive_stop, zen_wake_tab, zen_broadcast, zen_sync_barrier, zen_tag_tab, zen_resolve_tag, zen_list_tags, zen_untag_tab, zen_tab_pool, zen_pool_acquire, zen_pool_release, zen_parallel
Batch / scripting
zen_batch (with parallel, if, while, try, sequence, retry, ${$N.field} variable substitution)
Observability / policy
zen_logs, zen_audit, zen_set_policy, zen_get_policy, zen_retry, zen_reload_extension
Wait primitives
zen_wait_for_element, zen_wait_for_result, zen_wait_for_url, zen_wait_for_title, zen_wait_for_network_idle
Workflow
zen_workflows, zen_workflow, zen_cache, zen_wp_html
zen_wait_for_element
Waits for a CSS selector to appear and become visible on the page. Returns immediately when found rather than sleeping a fixed duration — use this instead of sleep when waiting for dynamic/JS-rendered content.
{"action": "waitForElement", "selector": ".tracking-events", "timeout": 10000}
| Parameter | Type | Default | Description |
|---|---|---|---|
selector |
string | required | CSS selector to wait for |
timeout |
int | 10000 | Max wait time in milliseconds |
poll_interval |
int | 200 | How often to check in milliseconds |
Returns { ok: true, found: true, elapsed: 342, ref: "r12", tag: "div" } on success, or { ok: false, found: false, error: "Timed out after 10000ms" } on timeout.
zen_batch
Run multiple commands in one request. Supports all actions including waitForElement, trustedClick, and sleep:
[
{"action": "navigate", "url": "https://example.com"},
{"action": "waitForElement", "selector": ".results", "timeout": 8000},
{"action": "pageText"}
]
Claude Desktop Setup
Add to your claude_desktop_config.json:
{
"mcpServers": {
"zenlink": {
"command": "zenlink-mcp"
}
}
}
Changelog
See CHANGELOG.md for the full history. Highlights of v2.0.0:
- ~50 new MCP tools across content extraction, interaction, network, sessions, orchestration
- Real parallel multi-tab work via
zen_parallel+zen_keep_alive - Session save/restore for auth-once-use-many flows
zen_interceptto block analytics/ads (3–10× page speedup in agent runs)zen_readability+zen_markdownfor token-efficient page extraction- Hot reload via
zen_reload_extension
Links
mcp-name: io.github.JayQuan-McCleary/zenlink-mcp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zenlink_mcp-2.0.1.tar.gz.
File metadata
- Download URL: zenlink_mcp-2.0.1.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c7254cad2a01d126340f3aa3f787cccd22374633dccb9fe5264c6e0d03b9f2
|
|
| MD5 |
e1a9dc21ed8a709c14d56d7ca96bae01
|
|
| BLAKE2b-256 |
9381c3ddba10b1627ea30e41822eb5c5329f6dd6f7df4fd858fd45b12159324e
|
Provenance
The following attestation bundles were made for zenlink_mcp-2.0.1.tar.gz:
Publisher:
publish-pypi.yml on JayQuan-McCleary/ZenLink-MCP
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zenlink_mcp-2.0.1.tar.gz -
Subject digest:
28c7254cad2a01d126340f3aa3f787cccd22374633dccb9fe5264c6e0d03b9f2 - Sigstore transparency entry: 1576174216
- Sigstore integration time:
-
Permalink:
JayQuan-McCleary/ZenLink-MCP@567ebcceb9528a2fe00dcf02cf58e2daf892a0b2 -
Branch / Tag:
refs/tags/v2.0.1 - Owner: https://github.com/JayQuan-McCleary
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@567ebcceb9528a2fe00dcf02cf58e2daf892a0b2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file zenlink_mcp-2.0.1-py3-none-any.whl.
File metadata
- Download URL: zenlink_mcp-2.0.1-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3797de985254d10aa3e3deb31bb2737b1047b0c0b395f89037f59b705bba6c5
|
|
| MD5 |
366acdfe2e379b24dfec61684baf494a
|
|
| BLAKE2b-256 |
9b2955563155f934682a31efcf156ec07e4c43dc0b6beaaa4f2b9527b08fa932
|
Provenance
The following attestation bundles were made for zenlink_mcp-2.0.1-py3-none-any.whl:
Publisher:
publish-pypi.yml on JayQuan-McCleary/ZenLink-MCP
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zenlink_mcp-2.0.1-py3-none-any.whl -
Subject digest:
a3797de985254d10aa3e3deb31bb2737b1047b0c0b395f89037f59b705bba6c5 - Sigstore transparency entry: 1576174226
- Sigstore integration time:
-
Permalink:
JayQuan-McCleary/ZenLink-MCP@567ebcceb9528a2fe00dcf02cf58e2daf892a0b2 -
Branch / Tag:
refs/tags/v2.0.1 - Owner: https://github.com/JayQuan-McCleary
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@567ebcceb9528a2fe00dcf02cf58e2daf892a0b2 -
Trigger Event:
release
-
Statement type: