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
微信扫一扫