juyue-mcp-server

fypage/juyue-mcp-server
★ 0 stars Python 🌐 Browser/Web Updated today
聚阅/海阔视界规则开发 MCP Server,提供手册查询、规则 lint、fetch 调试、解析沙箱和规则推送工具。
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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