anitabi-mcp-server

anitabi-mcp-server

8

The anitabi-mcp-server is a Model Context Protocol (MCP) server designed to support the anitabi project, providing a map and documentation. It allows both usage via NPX and local development configuration.

anitabi-mcp-server

使用方式

NPX

{
  "mcpServers": {
    "anitabi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@qiyuor2/anitabi-mcp-server"
      ]
    }
  }
}

本地开发

配置

{
  "mcpServers": {
    "anitabi-mcp-server": {
      "command": "node",
      "args": [
        "C:\\Users\\11762\\@qiyuor2\\anitabi-mcp-server\\dist\\index.cjs"
      ]
    }
  }
}

发布

pnpm publish --access=public

License

License © QiYuOr2