ruoyi-ai (MCP Server)

GitHub

An enterprise AI development framework for building AI agents. It provides unified management of multi-provider LLMs, secure enterprise knowledge bases with high-precision retrieval, visual workflow orchestration and multi-agent coordination. Compatible with mainstream Agent Skill standards, it enables developers to efficiently build production-gra

Claude Desktop Configuration

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

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