Back to MCP directory
publicPublicdnsLocal runtime

anitabi-mcp-server

anitabi巡礼地图的MCP服务端实现,提供通过NPX快速安装和本地开发配置

article

README

🚀 anitabi-mcp-server

anitabi-mcp-server 为用户提供了便捷的使用方式,可通过 NPX 快速调用,也支持本地开发配置。同时,该项目遵循 MIT 协议,开放且便于使用。

🚀 快速开始

巡礼地图

📦 安装指南

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

📄 许可证

MIT 协议 © QiYuOr2

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client