Mmcp.market

DrissionPage MCP server

by jumodada·io.github.jumodada/drissionpage-mcp·v0.8.5

Local browser automation for MCP clients powered by DrissionPage.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Established

488 stars105 downloads/wk

Reviews

Write one

Nobody has reviewed DrissionPage MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

DrissionPage MCP tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan73 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 8 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the DrissionPage MCP repository's README, as published. We do not edit it. Read it on GitHub

DrissionPage MCP Server

Professional browser automation for Codex, Claude Code, and MCP clients, powered by DrissionPage.

DrissionPage is a Python web automation library built around direct Chromium/CDP control with requests-style HTTP session support. This server exposes its browser-facing capabilities as typed, atomic MCP tools.

Open the interactive Browser Lab to replay bounded natural pointer motion, drag controls, and verify observable state.

Official Repositories: GitHub | GitCode

English Version | 中文版本

🖱️ Atomic Browser Control with Natural Pointer Motion

DrissionPage MCP 0.8.8 exposes 69 typed browser capabilities. The MCP server provides accurate low-level observation and interaction; the client or an optional Skill composes those capabilities for a site, component library, challenge, or business workflow.

<!-- mcp-name: io.github.jumodada/drissionpage-mcp -->

The model decides what to do; the MCP executes the requested browser operation exactly.

Screenshot / page observation
        ↓
Multimodal model identifies viewport coordinates
        ↓
page_click_xy(x=442, y=369, profile="natural")
        ↓
24-step eased cubic path → exact target → press → release
        ↓
Observe and verify the resulting page state

Core interaction guarantees

  • Two bounded profiles: direct emits one exact move; natural emits a deterministic 24-step eased cubic path with reproducible 8-14ms intervals and exact final arrival.
  • No hidden randomness: the same start, target, and profile produce the same path; there is no jitter, overshoot, or anti-detection logic. Pointer position is stateful, so a repeated call can begin from the previous endpoint.
  • Explicit sequences: click is the selected move profile, optional caller-specified delay, press, release; drag keeps one press across the selected path and ordered waypoints.
  • Failure-safe input: a pressed pointer button is released if execution fails after the press.
  • Fresh browser evidence: selector geometry is resolved immediately before selector-backed drag operations.
  • Typed results: outputs report the executed coordinates, button, step count, and explicit delay metadata.

Use structured DOM targets when reliable selectors exist. Use coordinates, natural motion, and explicit drag waypoints for canvas controls, editors, maps, charts, and other visual-only surfaces. Component-specific target discovery, challenge observation, multi-click sequencing, login procedures, and other business policy belong in the client or an optional Skill.

{
  "x": 442,
  "y": 369,
  "profile": "natural",
  "button": "left",
  "element": "visually identified control"
}

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add drissionpage-mcp -- uvx drissionpage-mcp
Add to Cursor

DrissionPage MCP: common questions

Is DrissionPage MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the DrissionPage MCP safety report
How do I install DrissionPage MCP?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does DrissionPage MCP need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is DrissionPage MCP maintained?
The last commit was 9 days ago (2026-09-14). The latest release is v0.8.5.
What can I use instead of DrissionPage MCP?
Servers from other publishers that do the same job: SeleniumBase MCP server, AIHawk MCP server and Ui.Vision MCP server. Compare all DrissionPage MCP alternatives.

Alternatives to DrissionPage MCP

Same job from other publishers: the closest match first, then the best rated.

All DrissionPage MCP alternatives →
  • SeleniumBase MCP
    Stealthy browser automation, testing, and web-scraping via CDP Mode.
    A
  • AIHawk
    AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
    A
  • Ui.Vision MCP
    MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
    C
  • walkerOS Source Browser
    Generate, parse, and validate walkerOS data-elb HTML tagging attributes
    A
  • Safari
    Native Safari browser automation for AI agents — 98 tools, zero Chrome overhead.
    C

More from jumodada