Opera Omnia MCP 数据服务

Opera Omnia MCP 数据服务

提供对 Opera Omnia 项目丰富 JSON 数据集的编程访问,助力游戏、互动小说和 AI 应用开发。

快速入门

  1. 克隆仓库: git clone https://github.com/triptych/opera-omnia-mcp.git

  2. 安装依赖: npm install

  3. 构建项目: npm run build

  4. 启动服务器: npm start

  5. 配置 MCP 设置文件: { "mcpServers": { "opera-omnia": { "command": "node", "args": ["path/to/opera-omnia-mcp/build/index.js"] } } }

  6. 使用工具(例如列出数据集分类): const result = await use_mcp_tool({ server_name: "opera-omnia", tool_name: "list_categories" });