lamda MCP工具 是 AI Skill Hub 本期精选AI工具之一。已获得 7.8k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
lamda MCP工具 是一款基于 Python 开发的开源工具,专注于 安卓自动化、RPA、AI智能体 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
lamda MCP工具 是一款基于 Python 开发的开源工具,专注于 安卓自动化、RPA、AI智能体 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install lamda
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install lamda
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/firerpa/lamda
cd lamda
pip install -e .
# 验证安装
python -c "import lamda; print('安装成功')"
# 命令行使用
lamda --help
# 基本用法
lamda input_file -o output_file
# Python 代码中调用
import lamda
# 示例
result = lamda.process("input")
print(result)
# lamda 配置文件示例(config.yml) app: name: "lamda" debug: false log_level: "INFO" # 运行时指定配置文件 lamda --config config.yml # 或通过环境变量配置 export LAMDA_API_KEY="your-key" export LAMDA_OUTPUT_DIR="./output"
<img src="image/logo.svg" alt="FIRERPA" width="200" align="right" />
<p> <img src="https://img.shields.io/badge/python-3.6+-blue.svg?logo=python&labelColor=yellow" /> <img src="https://img.shields.io/badge/android-6.0+-blue.svg?logo=android&labelColor=white" /> <img src="https://img.shields.io/badge/root%20require-red.svg?logo=android&labelColor=black" /> <img src="https://img.shields.io/github/downloads/rev1si0n/lamda/total" /> <img src="https://img.shields.io/badge/Built--in%20MCP-000.svg?logo=anthropic&labelColor=black" /> </p>
<p align="left"><a href="https://device-farm.com/docs/en/">Documentation</a> | <a href="https://device-farm.com/docs/zh/">使用文档</a> | <a href="https://t.me/lamda_dev">TELEGRAM</a> | <a href="https://device-farm.com/llms.txt">llms.txt</a> | <a href="https://device-farm.com/llms-full.txt">llms-full.txt</a></p>
FIRERPA is a lightweight, on-device Android automation stack with no external dependencies. It unifies low-latency remote desktop with 160+ APIs for device discovery/status/logs, system and app control, UI automation, OCR/image matching, file I/O, storage, scheduling, and shell execution, plus distributed deployment via Hub/FRP/OpenVPN. Built-in ADB/SSH/SCP, logging, API locking, certificates, script encryption, proxy/VPN/MITM utilities, and reverse tooling (Frida persistence/export/report, IDA debugging, binary patching) round out production workflows, alongside MCP/Agent tool-calls and extensions.
<p align="center"> <img src="https://raw.githubusercontent.com/wiki/firerpa/lamda/images/banner.gif" alt="MCP" width="100%"> </p>
FIRERPA delivers stable automation across Android 6.0 to 16, including emulators and cloud phones. Built to run non-intrusively, it requires no complex configuration and supports rooted, long-running services with clean install/upgrade/uninstall flows and repeatable lifecycle control. <h3>160+ APIs & Python SDK</h3>
FIRERPA offers extensive APIs covering system config, app/process control, UI selectors/gestures, file I/O, encrypted key-value storage, OCR, and image matching. The Python SDK mirrors the full surface and provides higher-level helpers to build reliable automation quickly.
<p align="center"> <img src="image/inspect.png" alt="demo" width="100%"> </p>
Monitor and control devices visually with minimal setup. Includes file upload/download, WebSocket video (MJPEG/H.264), touch streaming, UI inspection, and event monitoring for validation and real-time diagnostics.
<p align="center"> <img src="image/demo.gif" alt="demo" width="100%"> </p>
---
Our project is not entirely open source to prevent increased countermeasure costs. We remain committed to keeping it free for the community. We guarantee no malicious code; you are welcome to reverse-engineer and analyze its security. See our Privacy Policy or Contact Us for enterprise support.
业界领先的安卓RPA框架,融合AI智能体技术,架构先进。7.8k星认可度高,但生态成熟度还需观察。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,lamda MCP工具 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | lamda |
| 原始描述 | 开源MCP工具: The most powerful Android RPA agent framework, next generation mobile automatio。⭐7.8k · Python |
| Topics | 安卓自动化RPAAI智能体移动测试开源框架 |
| GitHub | https://github.com/firerpa/lamda |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。