astron-rpa (MCP Server)

GitHub

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

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "astron-rpa": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-astron-rpa"
      ]
    }
  }
}