DrissionPage MCP

Open the interactive Browser Lab to replay bounded natural pointer motion, drag controls, and verify observable state. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 460 · #15 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install DrissionPage MCP

before you install - you'll need

Set CHROME_PATH, DP_HEADLESS before connecting.

Claude Code

claude mcp add jumodada-drissionpage-mcp-server -- uvx drissionpage-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jumodada-drissionpage-mcp-server": {
      "command": "uvx",
      "args": [
        "drissionpage-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package drissionpage-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.jumodada is GitHub-verified and matches the repo owner

03 · What DrissionPage MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.8.0 · 2026-08-03

DrissionPage MCP 0.7.2 to 0.8.0 Changelog · English · Highlights · 0.7.2 - Core cleanup: Removed form, challenge, batch-action, and · convenience workflow tools. Reusable procedures moved to clients or optional…

0.7.2 · 2026-07-22

新增 · 新增 page_dialog_respond,用于处理 alert、confirm 和 prompt 原生对话框: · - 使用 DrissionPage 原生能力探测; · - Prompt 内容不会出现在公开结果或历史记录中; · - 返回与操作关联的 ActionReceipt。 · 新增 element_click_and_download,用于原子执行元素点击并等待对应下载:…

0.6.1 · 2026-07-14

04 · Who maintains DrissionPage MCP

DrissionPage MCP is maintained by jumodada. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
browser automation - ranked #15 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-03)
registry
io.github.jumodada/drissionpage-mcp (active, first published 2026-08-21)
packages
pypi:drissionpage-mcp

06 · DrissionPage MCP FAQ

What is DrissionPage MCP?

Open the interactive Browser Lab to replay bounded natural pointer motion, drag controls, and verify observable state. It runs locally over stdio via the published package.

Is DrissionPage MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install DrissionPage MCP?

Run `uvx drissionpage-mcp`. The README documents 2 environment variables (CHROME_PATH, DP_HEADLESS) to set first. Set CHROME_PATH, DP_HEADLESS before connecting. You can also paste the ready-made client config above.

Does DrissionPage MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to DrissionPage MCP