AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Astron Rpa

mcp-iflytek-astron-rpa · by iflytek

Agent-ready RPA suite with out-of-the-box automation tools. Built for individuals and enterprises.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add mcp-iflytek-astron-rpa

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-iflytek-astron-rpa)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Astron Rpa? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AstronRPA

🤖 Pioneering Open-Source Enterprise RPA Desktop Application

Astron RPA Official Site · Deployment Guide · User Documentation · FAQ

[](LICENSE) [](https://github.com/iflytek/astron-rpa/releases) [](https://www.python.org/) [](https://github.com/iflytek/astron-rpa/stargazers)

English | [简体中文](README.zh.md)

📋 Overview

AstronRPA is an enterprise-grade Robotic Process Automation (RPA) desktop application. Through a visual designer, it supports low-code/no-code development, enabling users to rapidly build workflows and automate desktop software and web pages.

Astron Agent is the native Agent platform supported by this project. Users can directly call RPA workflow nodes in Astron Agent, and also use Agent workflows in AstronRPA, achieving efficient collaboration between automation processes and intelligent agent systems, empowering broader business automation scenarios.

🎯 Why Choose AstronRPA?

  • 🛠️ Comprehensive Automation Support: Comprehensive coverage of Windows desktop applications and web page automation. Supports common office software like WPS and Office, financial and ERP systems like Kingdee and YonYou, and various browsers like IE, Edge, and Chrome, enabling end-to-end cross-application automation.
  • 🧩 Highly Component-based: 300+ pre-built atomic capabilities covering UI operations, data processing, and system interactions. Supports visual orchestration and custom component extensions with high flexibility and maintainability.
  • 🏭 Enterprise-grade Security & Collaboration: Built-in excellence center and team marketplace with enterprise modules. Provides terminal monitoring, scheduling modes, robot team sharing and collaborative functions. Build a complete enterprise automation management ecosystem with process security, permission control, and cross-team collaboration.
  • 👨‍💻 Developer-friendly Experience: Low-code, visual process design and debugging environment. Quickly build automation workflows through intuitive drag-and-drop methods, reducing development barriers, improving development efficiency, and enabling business users to participate in automation creation.
  • 🤖 Native Agent Empowerment: Deep integration with Astron Agent platform supporting bi-directional calls between automation processes and AI agents with capability fusion. Achieve seamless connection between task reasoning, decision making, and automated execution, expanding automation boundaries.
  • 🌐 Multi-channel Trigger Integration: Supports direct execution, scheduled tasks, scheduling modes, API calls, and MCP services. Flexible integration capabilities to quickly respond to third-party system integration needs and easily embed in complex business scenarios.

🚀 Quick Start

System Requirements

  • 💻 Client Operating System: Windows 10/11 (primary support)
  • 🧠 RAM >= 8 GiB

Server: Deploy with Docker

Recommended for quick deployment:

# Clone the repository
git clone https://github.com/iflytek/astron-rpa.git
cd astron-rpa

# Enter docker directory
cd docker

# Copy .env
cp .env.example .env

# Modify casdoor service configuration in .env (8000 is the default port)
CASDOOR_EXTERNAL_ENDPOINT="http://{YOUR_SERVER_IP}:8000"

# 🚀 Start all services
docker compose up -d

# 📊 Check service status
docker compose ps
  • After all services have started, open your browser and go to: http://{YOUR_SERVER_IP}:32742/api/rpa-auth/user/login-check (32742 is the default port; change it if you modified the configuration).
  • If you see {"code":"900001","data":null,"message":"unauthorized"}, it means the deployment is correct and the connection is working properly.
  • Open your browser and go to: http://{YOUR_SERVER_IP}:8000 (8000 is the default port; change it if you modified the configuration).
  • If you see the Casdoor login page, it means Casdoor is deployed correctly.
  • For production deployment and security hardening, refer to the [Deployment Guide](./docker/QUICK_START.md).

Client: Source Deployment/Binary Deployment

Environment Dependencies

| Tool | Version | Description | |-----|---------|------------| | Node.js | >= 22 | JavaScript runtime | | Python | 3.13.x | RPA engine core | | Java | JDK 8+ | Backend runtime | | pnpm | >= 9 | Node.js package manager | | UV | 0.8+ | Python package management tool | | 7-Zip | - | Create deployment archives | | SWIG | - | Connect Python with C/C++ |

For specific installation instructions and common issues, refer to [Build Guide](./BUILD_GUIDE.md).

Direct Download (Recommended)

Download the latest Release Package

One-Click Build
  1. Prepare Python Environment

``bash # Prepare a Python 3.13.x installation directory (can be a local folder or system installation path) # The script will copy this directory to create python_core ``

  1. Run Build Script

```bash # Full build (engine + frontend + desktop app) from project root directory ./build.bat --python-exe "C:\Program Files\Python313\python.exe"

# Or use default configuration (if Python is in default path) ./build.bat

# Wait for completion # Build successful when console displays "Full Build Complete!" ```

> Note: Please ensure the specified Python interpreter is a clean installation without additional third-party packages to minimize package size.

Build process includes:

  1. ✅ Detect/copy Python environment to build/python_core
  2. ✅ Install RPA engine dependencies
  3. ✅ Compress Python core to resources/python_core.7z
  4. ✅ Install frontend dependencies
  5. ✅ Build frontend web application
  6. ✅ Build desktop application
  1. 📦 Install the packaged client
⚙️ After installation, modify the server address in resources/conf.yaml in the installation directory:

``yaml # 32742 is the default port; change it if you modified the configuration remote_addr: http://YOUR_SERVER_ADDRESS:32742/ skip_engine_start: false ``

🏗️ Architecture Overview

The project adopts a frontend-backend separation architecture. The frontend is built with Vue 3 + TypeScript and Electron for desktop applications; the backend uses Java Spring Boot and Python FastAPI to build microservices supporting business and AI capabilities. The engine layer is based on Python, integrating 20+ RPA components with support for image recognition and UI automation. The entire system is deployed via Docker with high observability and scalability, designed for complex RPA scenarios.

📦 Component Ecosystem

Core Component Packages

  • astronverse.system: System operations, process management, screenshots
  • astronverse.browser: Browser automation, web page operations
  • astronverse.gui: GUI automation, mouse and keyboard operations
  • astronverse.excel: Excel spreadsheet operations, data processing
  • astronverse.vision: Computer vision, image recognition
  • astronverse.ai: AI intelligent service integration
  • astronverse.network: Network requests, API calls
  • astronverse.email: Email sending and receiving
  • astronverse.docx: Word document processing
  • astronverse.pdf: PDF document operations
  • astronverse.encrypt: Encryption and decryption functions

Execution Framework

  • astronverse.actionlib: Atomic operation definition and execution
  • astronverse.executor: Workflow execution engine
  • astronverse.picker: Workflow element picker engine
  • astronverse.scheduler: Engine scheduler
  • astronverse.trigger: Engine trigger

Shared Libraries

  • astronverse.baseline: RPA framework core
  • astronverse.websocketserver: WebSocket communication
  • astronverse.websocketclient: WebSocket communication
  • astronverse.locator: Element locating technology

📚 Documentation

  • 📖 User Guide
  • [🚀 Deployment Guide](docker/QUICK_START.md)
  • [📖 API Documentation](backend/openapi-service/api.yaml)
  • [🔧 Component Development Guide](engine/components/)
  • [🐛 Troubleshooting](docs/TROUBLESHOOTING.md)
  • [📝 Changelog](CHANGELOG.md)

🤝 Contributing

We welcome any form of contribution! Please check [Contributing Guide](CONTRIBUTING.md)

Development Guidelines

  • ✅ Follow existing code style
  • ✅ Add necessary test cases
  • ✅ Update relevant documentation
  • ✅ Ensure all checks pass

Contributing Steps

  1. 🍴 Fork the repository
  2. 🌿 Create your feature branch (git checkout -b feature/AmazingFeature)
  3. 💾 Commit your changes (git commit -m 'Add some AmazingFeature')
  4. 🚀 Push to the branch (git push origin feature/AmazingFeature)
  5. 📝 Open a Pull Request

🌟 Star History

💖 Sponsorship

📞 Getting Help

  • 📧 Technical Support: [cbgrpaml@iflytek.com](mailto:cbgrpaml@iflytek.com)
  • 💬 Community Discussion: GitHub Discussions
  • 🐛 Bug Reports: Issues
  • 👥 WeChat Work Group:

📄 License

This project is open source under the [Open Source License](LICENSE).


Developed and maintained by iFlytek

[](https://github.com/iflytek) [](https://github.com/iflytek/astron-rpa) [](https://github.com/iflytek/astron-rpa/fork) [](https://github.com/iflytek/astron-rpa/watchers)

AstronRPA - Making RPA development simple and powerful!

If you find this project helpful, please give us a ⭐ Star!

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.