📦
Anitabi MCP Server
anitabi 巡礼地图的 MCP Server
0 installs
Trust: 34 — Low
Devtools
Ask AI about Anitabi MCP Server
Powered by Claude · Grounded in docs
I know everything about Anitabi MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
