Catalog
Mal MCP
Officialby Grinv · TypeScript
MyAnimeList MCP server: Jikan-powered reads plus official MAL personal-list management.
MyAnimeList MCP server: Jikan-powered reads plus official MAL personal-list management.
Topics
ai-toolsanimeanime-listclaudeclaude-desktopjikanllm-toolsmalmangamcpmcp-servermodel-context-protocolmyanimelisttypescript
README not available yet.
Install
Configuration
Environment variables
MAL_CLIENT_IDsecretMAL app Client ID (type 'other', myanimelist.net/apiconfig). Then run login_mal to authorize.
MAL_REFRESH_TOKENsecretOAuth refresh token (one-time auth, docs/auth.md); enables personal-list tools with auto-refresh.
MAL_ACCESS_TOKENsecretAdvanced: standalone MAL access token. Works ~30 days without refresh; usually leave unset.
claude_desktop_config.json
{
"mcpServers": {
"mal-mcp": {
"command": "npx",
"args": [
"-y",
"mal-mcp@0.3.0"
],
"env": {
"MAL_CLIENT_ID": "<YOUR_MAL_CLIENT_ID>",
"MAL_REFRESH_TOKEN": "<YOUR_MAL_REFRESH_TOKEN>",
"MAL_ACCESS_TOKEN": "<YOUR_MAL_ACCESS_TOKEN>"
}
}
}
}