Odel
ZenLink MCP

ZenLink MCP

Local
@jayquan-mcclearyPythonMITUpdated 3mo ago

Browser automation for MCP clients via Zen Browser. Parallel multi-tab, content extraction.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIzenlink-mcpv2.0.3

Run

uvx zenlink-mcp

MCP client config

{
  "mcpServers": {
    "zenlink-mcp": {
      "command": "uvx",
      "args": [
        "zenlink-mcp"
      ]
    }
  }
}