Anitabi 巡礼地图的 MCP 服务
提供 Anitabi 巡礼地图的 MCP 服务支持。
使用方式
通过 NPX 运行: 配置如下:
{
"mcpServers": {
"anitabi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@qiyuor2/anitabi-mcp-server"
]
}
}
}
本地开发时,使用 Node.js 运行: 配置示例:
{
"mcpServers": {
"anitabi-mcp-server": {
"command": "node",
"args": [
"C:\\Users\\11762\\@qiyuor2\\anitabi-mcp-server\\dist\\index.cjs"
]
}
}
}
发布命令:pnpm publish --access=public