.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jumodada/drissionpage-mcp-server
home/mcp-servers/jumodada/drissionpage-mcp-server
jumodada avatar

drissionpage-mcp-server

byjumodada· 1 MCP server

Installs

3.1k

Stars

411

Forks

43

Category

Browser & Automation

View on GitHub

TL;DR

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

How to install drissionpage-mcp-server?

jumodada/drissionpage-mcp-server
$git clone https://github.com/jumodada/drissionpage-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install drissionpage-mcp-server by running `git clone https://github.com/jumodada/drissionpage-mcp-server`, then use it for the current task and follow its documentation at https://github.com/jumodada/drissionpage-mcp-server.

Files · 1

View on GitHub
README.md
1# DrissionPage MCP Server
2 
3> Professional browser automation for Codex, Claude Code, and MCP clients powered by DrissionPage
4 
5[![PyPI](https://img.shields.io/pypi/v/drissionpage-mcp.svg?cacheSeconds=3600)](https://pypi.org/project/drissionpage-mcp/) [![Downloads](https://pepy.tech/badge/drissionpage-mcp/month)](https://pepy.tech/project/drissionpage-mcp) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Python Version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) [![CI](https://github.com/jumodada/Drissionpage-MCP-Server/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jumodada/Drissionpage-MCP-Server/actions/workflows/ci.yml) [![codecov](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.codecov.io%2Fapi%2Fv2%2Fgithub%2Fjumodada%2Frepos%2FDrissionpage-MCP-Server%2F&query=%24.totals.coverage&suffix=%25&label=coverage)](https://codecov.io/gh/jumodada/Drissionpage-MCP-Server) [![Status](https://img.shields.io/badge/status-beta-yellow.svg)]()
6 
7[![DrissionPage MCP interactive Browser Lab](https://raw.githubusercontent.com/jumodada/Drissionpage-MCP-Server/assets/drissionpage-mcp-browser-lab.gif)](https://drissionpage-mcp.vercel.app)
8 
9**[Open the interactive Browser Lab](https://drissionpage-mcp.vercel.app)** to replay bounded natural pointer motion, drag controls, and verify observable state.
10 
11**Official Repositories**: [GitHub](https://github.com/jumodada/Drissionpage-MCP-Server) | [GitCode](https://gitcode.com/g1879/DrissionMCP)
12 
13[English Version](README.md) | [中文版本](README_CN.md)
14 
15## 🖱️ Atomic Browser Control with Natural Pointer Motion
16 
17**DrissionPage MCP 0.7.3 exposes 53 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, or business workflow.
18 
19> **The model decides what to do; the MCP executes the requested browser operation exactly.**
20 
21```text
22Screenshot / page observation
23 ↓
24Multimodal model identifies viewport coordinates
25 ↓
26page_click_xy(x=442, y=369, profile="natural")
27 ↓
2824-step eased cubic path → exact target → press → release
29 ↓
30Observe and verify the resulting page state
31```
32 
33### Core interaction guarantees
34 
35- **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.
36- **No hidden randomness**: the same start, target, and profile produce the same path; there is no jitter, overshoot, or anti-detection logic.
37- **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.
38- **Failure-safe input**: a pressed pointer button is released if execution fails after the press.
39- **Fresh browser evidence**: selector geometry is resolved immediately before selector-backed drag operations.
40- **Typed results**: outputs report the executed coordinates, button, step count, and explicit delay metadata.
41 
42Use 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.
43 
44```json
45{
46 "x": 442,
47 "y": 369,
48 "profile": "natural",
49 "button": "left",
50 "element": "visually identified control"
51}
52```
53 
54Designed for authorized browser automation, testing, accessibility workflows, and technical research. The core does not provide challenge-specific or site-specific workflows.
55 
56## 🧭 Client Setup Navigation
57 
58- [Atomic browser control](#-atomic-browser-control-with-natural-pointer-motion)
59- [Install + screenshot

Preview

jumodada/drissionpage-mcp-serverjumodada/drissionpage-mcp-server

# DrissionPage MCP Server

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

[![PyPI](https://img.shields.io/pypi/v/drissionpage-mcp.svg?cacheSeconds=3600)](https://pypi.org/project/drissionpage-mcp/) [![Downloads](https://pepy.tech/badg

[![DrissionPage MCP interactive Browser Lab](https://raw.githubusercontent.com/jumodada/Drissionpage-MCP-Server/assets/drissionpage-mcp-browser-lab.gif)](https:

Repojumodada/drissionpage-mcp-server
TypeMCP Servers
CategoryBrowser & Automation
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCPbrowser-automationclaude-code

Related

6 picks
Type
  1. microsoft avatarplaywright-mcpPlaywright Tools for MCPMCP ServersJul 202626M36k
  2. cloudflare avatarplaywright-mcpPlaywright Tools for MCPMCP ServersApr 202626M250
  3. microsoft avatarPlaywright MCPBrowser automation for agents via accessibility snapshotsMCP Servers6 days ago25M35k
  4. d4vinci avatarscraplingWeb scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.MCP ServersJul 2026930k72k
  5. firecrawl avatarfirecrawl-mcp-serverMCP server for Firecrawl — search, scrape, and interact with the web.MCP ServersJul 2026480k7.1k
  6. nickclyde avatarduckduckgo-mcp-serverMCP Server for searching via DuckDuckGoMCP ServersJul 2026121k1.4k