aa-mcp-server

VankProgrammingAndDesign/aa-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server for the Automation Anywhere Control Room API. Use Claude Code to trigger bots, check run history, and query WLM queues.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aa-mcp-server": {
      "command": "uvx",
      "args": [
        "aa-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aa-mcp-server