anitabi-mcp-server
About
anitabi-mcp-server is an MCP server that integrates with anitabi.cn, a pilgrimage map for anime locations. It is designed for developers using the Model Context Protocol.
Details
- Author
- QiYuOr2
- GitHub stars
- 10
- Downloads
- 364
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
anitabi-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and configure via NPX by adding the following JSON to your MCP client settings, or run locally with Node.js using the provided path.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"anitabi-mcp-server": {
"anitabi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@qiyuor2/anitabi-mcp-server"
]
}
}
}
}
McpServers
{
"anitabi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@qiyuor2/anitabi-mcp-server"
]
}
}
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
<!-- Badges -->
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



