Best for
- LLM applications that need anime/manga data from AniList.
- Integrating anime-related information into chatbots or assistants.
- Scenarios that require managing user lists and preferences.
This server provides a comprehensive MCP interface for AniList, with rich functionality and multiple transport options, but requires users to manage API token security.
The AniList MCP server is an MCP server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList. It supports searching, fetching details, user lists, and authenticated actions like favorites and posting.
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": ["-y", "anilist-mcp"],
"env": {
"ANILIST_TOKEN": "your_api_token"
}
}
}
}