MAL User MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAL_CLIENT_ID | Yes | MyAnimeList API Client ID | |
| MAL_API_BASE_URL | No | MyAnimeList API base URL | https://api.myanimelist.net/v2 |
| MAL_REDIRECT_URI | No | OAuth redirect URI | http://localhost:8080/callback |
| MAL_CALLBACK_PORT | No | Port for OAuth callback server | 8080 |
| MAL_CLIENT_SECRET | Yes | MyAnimeList API Client Secret | |
| TOKEN_STORAGE_PATH | No | Path to token storage file | ./tokens.json |
| MAL_RATE_LIMIT_DELAY | No | Delay in ms between API requests | 1000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mal_authenticateA | Get instructions for authenticating with MyAnimeList using the web interface |
| mal_debug_configA | Show current OAuth configuration for debugging |
| mal_get_auth_statusA | Check current authentication status and get login instructions |
| mal_revoke_authA | Revoke stored authentication tokens |
| mal_get_user_listB | Get user's anime list with optional filters |
| mal_update_animeB | Update anime in user's list (status, score, episodes watched) |
| mal_remove_animeB | Remove anime from user's list |
| mal_get_user_infoB | Get basic user information and statistics |
| mal_bulk_update_animeA | Bulk update anime status for multiple anime (useful for changing watching→dropped/on_hold) |
| mal_bulk_add_animeB | Bulk add multiple anime to your list by their IDs |
| mal_bulk_delete_animeB | Bulk delete anime from your list (by status or specific IDs) |
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
- 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/Mokkatrukki/mal-user-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server