AniList MCP server for accessing AniList API data
Server Config
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "your_api_token"
}
}
}
}