nicoaguerrero/myanimelist-mcp-server
If you are the rightful owner of myanimelist-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.
Tools
Functions exposed to the LLM to take actions
get_anime
Get a list of anime based on a search query and filters
get_anime_details
Get details of an anime by its ID, like recommendations, studios, broadcasting, etc.
get_anime_ranking
Get anime rankings
get_seasonal_anime
Get seasonal anime based on year and season
get_anime_list
Get an user's anime list based on its username
get_suggested_anime
[Requires Auth] Get anime recommendations for a logged user
update_myanimelist
[Requires Auth] Update an anime from the logged user's anime list
delete_myanimelist_item
[Requires Auth] Delete an anime from the logged user's anime list
get_manga
Get a list of manga based on a search query and filters
get_manga_details
Get details of a manga by its ID
get_manga_ranking
Get manga rankings
get_manga_list
Get an user's manga list based on its username
update_mymangalist
[Requires Auth] Update a manga from the logged user's manga list
delete_mymangalist_item
[Requires Auth] Delete a manga from the logged user's manga list
get_user_profile
[Requires Auth] Get details about the logged user
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client