Skip to main content
Glama
MorpKnight

MyAnimeList MCP Server

by MorpKnight

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAL_API_URLNoMAL API base URL.https://api.myanimelist.net/v2
MAL_CLIENT_IDYesMyAnimeList API client ID.
MAL_OPEN_BROWSERNoOpen the browser for interactive OAuth.true
MAL_CALLBACK_HOSTNoLoopback host for the OAuth callback.127.0.0.1
MAL_CALLBACK_PORTNoLocal OAuth callback port.8080
MAL_CLIENT_SECRETNoMyAnimeList OAuth client secret.
MAL_REFRESH_TOKENNoRefresh token for headless authenticated deployments.
MAL_CALLBACK_TIMEOUTNoOAuth callback timeout in seconds.300

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_animeA

Search MyAnimeList anime by title or another text query.

get_anime_detailsC

Fetch details for one anime, optionally selecting MAL response fields.

get_anime_rankingC

Fetch anime rankings using MAL's ranking_type query parameter.

get_seasonal_animeA

Fetch anime released in a specific MAL season and year.

get_anime_listB

Fetch an anime list for a MAL user.

get_mangaC

Search MyAnimeList manga by title or another text query.

get_manga_detailsA

Fetch details for one manga, optionally selecting MAL response fields.

get_manga_rankingB

Fetch manga rankings using MAL's ranking_type query parameter.

get_manga_listB

Fetch a manga list for a MAL user.

get_suggested_animeA

Fetch anime suggestions for the authenticated MAL user.

get_user_profileC

Fetch the authenticated MAL user's profile.

delete_myanimelist_itemA

Delete one anime from the authenticated user's MAL list.

delete_mymangalist_itemB

Delete one manga from the authenticated user's MAL list.

update_myanimelistB

Update fields on an anime in the authenticated user's MAL list.

update_mymangalistB

Update fields on a manga in the authenticated user's MAL list.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MorpKnight/myanimelist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server