MaaMCP

MAA-AI/MaaMCP
★ 324 stars Python 🤖 AI/LLM Updated 1mo ago
基于 MaaFramework 的 MCP 服务器 为 AI 助手提供 Android 设备和 Windows 桌面自动化能力
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "maamcp": {
      "command": "uvx",
      "args": [
        "maamcp"
      ]
    }
  }
}

Or install with pip: pip install maamcp