Loading...

AniList MCP server provides access to anime/manga data, user lists, and community features, with login-protected actions and dual HTTP/STDIO transport.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
AniList MCP server provides access to anime/manga data, user lists, and community features, with login-protected actions and dual HTTP/STDIO transport.
This server is relatively safe for read-only operations. The main risk comes from write operations that require authentication. Secure handling of the AniList API token and proper network security are crucial to prevent unauthorized access and potential misuse.
Performance depends on the AniList API's response times and the server's processing capabilities. Complex queries and large datasets may result in slower response times.
Cost depends on the usage of the AniList API, which may have rate limits or usage-based pricing. Consider optimizing queries and caching data to minimize API calls.
npx @modelcontextprotocol/inspector -e ANILIST_TOKEN=your_api_token npx anilist-mcp{
"mcpServers": {
"anilist": {
"command": "npx",
"args": ["-y", "anilist-mcp"],
"env": {
"ANILIST_TOKEN": "your_api_token"
}
}
}
}ANILIST_TOKENget_genresRetrieves a list of all available anime and manga genres.
Read-only operation, no side effects.
get_media_tagsRetrieves a list of all available media tags.
Read-only operation, no side effects.
get_animeRetrieves detailed information about a specific anime by its AniList ID.
Read-only operation, no side effects.
get_mangaRetrieves detailed information about a specific manga by its AniList ID.
Read-only operation, no side effects.
search_animeSearches for anime based on a query term and filters.
Read-only operation, no side effects.
search_mangaSearches for manga based on a query term and filters.
Read-only operation, no side effects.
add_list_entryAdds an entry to the authorized user's anime or manga list.
Requires login and modifies user data.
remove_list_entryRemoves an entry from the authorized user's anime or manga list.
Requires login and modifies user data.
update_list_entryUpdates an entry on the authorized user's anime or manga list.
Requires login and modifies user data.
post_text_activityPosts a new text activity or updates an existing one for the authorized user.
Requires login and can create or modify content.
delete_activityDeletes the current authorized user's activity post.
Requires login and deletes user content.
delete_threadDeletes a thread by its ID.
Requires login and deletes thread content.
favourite_animeFavourite or unfavourite an anime by its ID.
Requires login and modifies user's favourites.
favourite_mangaFavourite or unfavourite a manga by its ID.
Requires login and modifies user's favourites.
favourite_characterFavourite or unfavourite a character by its ID.
Requires login and modifies user's favourites.
favourite_staffFavourite or unfavourite a staff member by their ID.
Requires login and modifies user's favourites.
favourite_studioFavourite or unfavourite a studio by its ID.
Requires login and modifies user's favourites.
API Key
local
This server is relatively safe for read-only operations. The main risk comes from write operations that require authentication. Secure handling of the AniList API token and proper network security are crucial to prevent unauthorized access and potential misuse.
Autonomy should be carefully configured due to the presence of tools that modify user data and delete content. User confirmation is recommended before executing write operations.
Production Tip
Implement rate limiting and error handling to prevent abuse and ensure stability in a production environment.
It's a server that allows you to interact with the AniList API using the Model Context Protocol (MCP), enabling LLMs to access anime, manga, and user data.
Yes, for operations that require login, such as adding/removing list entries or posting activities. Read-only operations may not require a token.
You can create a new client in your AniList settings and generate a token using the provided redirect URL.
The main risk is the potential compromise of your AniList API token, which could lead to unauthorized modifications of your data. Securely store your token and protect your server from network attacks.
Yes, the `remove_list_entry` tool allows you to remove entries from your anime or manga list, but it requires authentication.
Yes, the `search_anime` and `search_manga` tools allow you to search for anime and manga based on keywords and filters.
Yes, you can deploy it to any cloud platform that supports Node.js server applications, or via MCP platforms like Smithery.