MyAnimeList MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAL_API_URL | No | MAL API base URL. | https://api.myanimelist.net/v2 |
| MAL_CLIENT_ID | Yes | MyAnimeList API client ID. | |
| MAL_OPEN_BROWSER | No | Open the browser for interactive OAuth. | true |
| MAL_CALLBACK_HOST | No | Loopback host for the OAuth callback. | 127.0.0.1 |
| MAL_CALLBACK_PORT | No | Local OAuth callback port. | 8080 |
| MAL_CLIENT_SECRET | No | MyAnimeList OAuth client secret. | |
| MAL_REFRESH_TOKEN | No | Refresh token for headless authenticated deployments. | |
| MAL_CALLBACK_TIMEOUT | No | OAuth callback timeout in seconds. | 300 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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