Ascript MCP

AScript MCP Service - 让 AI 编程工具(Claude Desktop / Cursor / Trae)直接查询 AScript API 文档、操控真实 Android / iOS 设备(iOS 免签免越狱)。. 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-04-30 · ★ 9 · #140 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Ascript MCP

Claude Code

claude mcp add ascript-cn-ascript-mcp -- uvx ascript-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ascript-cn-ascript-mcp": {
      "command": "uvx",
      "args": [
        "ascript-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 MIT - declared in the repository

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

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

03 · What Ascript MCP can do

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

Latest releases

v1.6.2 · 2026-04-21

v1.6.2 - First open-source release 🎉 · 中文 | English below · --- · 中文 · 这是 ascript-mcp 的首个开源版本,在 MIT 许可下发布。 · 这个项目是什么 · ascript-mcp 是 AScript 自动化平台的 MCP 服务器。让 Claude Desktop / Cursor / Trae 等 AI 编程工具能直接: · 查询 AScript 的…

04 · Who maintains Ascript MCP

ascript-mcp is maintained by ascript-cn. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
browser automation - ranked #140 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.ascript-cn/ascript-mcp (active, first published 2026-04-21 · 2 versions)
packages
pypi:ascript-mcp

06 · Ascript MCP FAQ

What is Ascript MCP?

AScript MCP Service - 让 AI 编程工具(Claude Desktop / Cursor / Trae)直接查询 AScript API 文档、操控真实 Android / iOS 设备(iOS 免签免越狱)。. It runs locally over stdio via the published package.

Is Ascript MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-30. We re-verify nightly.

How do I install Ascript MCP?

Run `uvx ascript-mcp`. You can also paste the ready-made client config above.

Does Ascript 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 Ascript MCP