Loading MCP server directory, please wait...
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
npx @getmcp/cli add io.github.Grinv/anilist-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Grinv/anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "",
"ANILIST_CLIENT_SECRET": "",
"ANILIST_ACCESS_TOKEN": ""
}
}
}
}