Control Android/iOS/Windows devices from Claude, Cursor, and other AI tools. iOS without jailbreak.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ascript-cn-ascript-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Control Android/iOS/Windows devices from Claude, Cursor, and other AI tools. iOS without jailbreak.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ascript-cn/ascript-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
中文 | English
AScript MCP Service — 让 AI 编程工具(Claude Desktop / Cursor / Trae)直接查询 AScript API 文档、操控真实 Android / iOS 设备(iOS 免签免越狱)。
pip install ascript-mcp
在项目根目录创建 .cursor/mcp.json:
{
"mcpServers": {
"ascript": {
"command": "python",
"args": ["-m", "ascript_mcp.local"]
}
}
}
在项目根目录创建 .cursorrules 文件:
当用户需要编写设备自动化脚本(Android/iOS/Windows)时,必须使用 ascript MCP 工具连接设备、观察界面、查询 API 后再编写代码,禁止凭记忆编写 ascript 代码。
| 工具 | 说明 |
|---|---|
get_platform_overview | 获取平台 API 模块概览 |
get_module_apis | 获取模块详细 API 文档 |
search_api | 按关键词搜索 API |
get_code_example | 获取代码示例 |
get_setup_guide | 获取环境搭建指南 |
| 工具 | 说明 |
|---|---|
list_plugins | 查询插件库列表 |
get_plugin_detail | 获取插件详细文档 |
| 工具 | 说明 |
|---|---|
auto_connect | 从工程配置自动连接设备 |
scan_devices | 扫描局域网 + ADB 设备 |
connect_device | 手动连接指定设备 |
| 工具 | 说明 |
|---|---|
screen_capture | 截取设备屏幕 |
dump_ui_tree | 获取控件树 |
test_selector | 测试选择器是否匹配 |
ocr | 屏幕文字识别 |
find_colors | 多点找色 |
compare_colors | 多点比色 |
| 工具 | 说明 |
|---|---|
create_project | 在设备上创建工程 |
upload_file | 上传文件到设备(自动创建工程) |
run_project | 运行工程 |
stop_project | 停止运行 |
get_run_log | 获取运行日志 |
| 工具 | 说明 |
|---|---|
list_projects | 列出设备上的工程 |
get_project_files | 获取工程文件树 |
如需部署为公网服务(仅 API 文档查询):
uvicorn ascript_mcp.server:app --host 0.0.0.0 --port 8000
MIT License,详见 LICENSE。Copyright © 2026 北京奥悦科技有限公司。