loading…
Search for a command to run...
loading…
Enables users to search for anime information via the Bangumi API and discover corresponding real-world pilgrimage locations through the Anitabi API. It provide
Enables users to search for anime information via the Bangumi API and discover corresponding real-world pilgrimage locations through the Anitabi API. It provides tools for retrieving anime metadata and detailed geographic coordinates for 'seichi junrei' locations.
中文 | English
An MCP (Model Context Protocol) server that provides tools to search for anime (Bangumi) and find their corresponding seichi junrei (anime pilgrimage) locations using the Bangumi API and Anitabi API.
This server provides the following tools:
search_bangumi: Search for an anime by name to get its Bangumi ID.get_anime_lite_info: Get lite info of seichi junrei locations for a specific anime using its Bangumi ID (includes top 10 iconic locations).get_anime_detail_points: Get detailed seichi junrei locations for a specific anime using its Bangumi ID.get_map_url: Get the URL to view the anime pilgrimage map in your browser. (Note: This feature is currently disabled/unavailable due to API issues)# Optional: Install via uv
uv tool install anitabi-mcpserver
Add the following to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"anitabi-mcpserver": {
"command": "uvx",
"args": [
"--refresh",
"anitabi-mcpserver"
]
}
}
}
uv build to build the package.uv run anitabi-mcpserver.Special thanks to the following projects for providing the APIs that make this tool possible:
Note: For the Chinese version of this README, please check README_zh.md.
This project is licensed under the AGPL-3.0 License with Commercial Restriction. Please see the LICENSE file for details.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"anitabi-mcp-server": {
"command": "npx",
"args": []
}
}
}