3 months ago
A smart MCP server for AniList that understands your anime and manga taste - not just raw API calls.
Server Config
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": [
"-y",
"ani-mcp"
],
"env": {
"ANILIST_USERNAME": "your_username"
}
}
}
}