XAgent

GitHub

An Autonomous LLM Agent for Complex Task Solving

8,530 stars Python Python 1 file ยท ~2,527 tokens

XAgent MCP Server

MCP server for OpenBMB/XAgent

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "XAgent": {
      "command": "npx",
      "args": [
        "-y",
        "@OpenBMB/XAgent"
      ]
    }
  }
}