Loading...
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"
}
}
}
}get_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.
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.