QVerisAI /
qveris-agent-toolkit
Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.
83/100 healthLoading repository data…
ascript-cn / repository
MCP server for Android/iOS/Windows automation — control real devices from Claude, Cursor, and other AI tool
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
中文 | 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"]
}
}
}
把 docs/AGENT_RULES.md 完整复制到你的自动化工程根目录的 .cursorrules(Cursor)或 CLAUDE.md / AGENTS.md(Claude Code / 其他 IDE)。
这份规则模板包含:
简版规则(仅当你不想复制完整规则时用):
当用户需要编写设备自动化脚本(Android/iOS/Windows)时,必须先调用 ascript MCP 的 get_device_status 与 list_python_packages,再用 eval_python 在设备 REPL 里 验证关键代码片段,最后才 upload_file + run_project。 禁止凭记忆编写 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 | 手动连接指定设备 |
get_device_status | 获取设备完整运行状态(运行模式/权限/屏幕/电池/内存/正在跑的脚本等,仅 Android) |
list_python_packages | 列出设备 AScript App 已安装的 Python 第三方库(Android + iOS) |
| 工具 | 说明 |
|---|---|
screen_capture | 截取设备屏幕 |
dump_ui_tree | 获取控件树 |
test_selector | 测试选择器是否匹配 |
ocr | 屏幕文字识别 |
find_colors | 多点找色 |
compare_colors | 多点比色 |
| 工具 | 说明 |
|---|---|
create_project | 在设备上创建工程 |
upload_file | 上传文件到设备(自动创建工程) |
run_project | 运行工程 |
run_project_debug | 调试模式运行(Android + ADB),自动 forward 5678 端口并返回 VS Code attach 配置 |
stop_project | 停止运行 |
get_run_log | 获取运行日志 |
eval_python | 设备 Python REPL(Android + iOS):直接在主进程 exec 代码立即拿结果,几百毫秒一轮。适合探索调试、复合决策、自定义工作流(SoM/智能 tap/自动裁模板等)。iOS 自动转译 ascript.android.* → ascript.ios.* 并预加载 cv2/np/Image。详见 AGENT_EVAL_GUIDE |
| 工具 | 说明 |
|---|---|
list_projects | 列出设备上的工程 |
get_project_files | 获取工程文件树 |
如需部署为公网服务(仅 API 文档查询):
uvicorn ascript_mcp.server:app --host 0.0.0.0 --port 8000
MIT License,详见 LICENSE。Copyright © 2026 北京奥悦科技有限公司。
Selected from shared topics, language and repository description—not editorial ratings.
QVerisAI /
Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.
83/100 healthriponcm /
Local-first memory layer for AI coding agents. Captures issues, attempts, decisions, and cross-project library gotchas — your AI starts experienced, not amnesiac. Native MCP server verified across Claude Desktop, Cursor, Antigravity, and Codex. 100% local · no cloud · no telemetry · MIT.
85/100 healthagentcathq /
AgentCat is an analytics platform for MCP server owners 🐱.
71/100 healthlorisunjunbin /
Python RPA toolkit with 80+ processors orchestrating browser automation, AI/LLM (10 providers), databases, SSH, email, and HTTP tasks. Configurable pipelines with cron scheduling and loops. Runs as wxPython GUI, headless service, or Docker container. Built-in MCP Tool Server (Streamable-HTTP) for AI agent integration.
79/100 healthsdebruyn /
Python CLI and MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints: administer, query, optimize, and secure them from your terminal or your AI agent.
66/100 healthvdalhambra /
Financial Market Intelligence MCP Server — stock quotes, technical analysis, crypto data, and portfolio insights for AI agents
72/100 health