AniList MCP Server for Claude Code
io.github.grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
client:Claude Code
transport:stdio
runtime:npm
Install AniList MCP Server in Claude Code
run in your project directory
claude mcp add anilist-mcp-server -e ANILIST_CLIENT_ID=<ANILIST_CLIENT_ID> -e ANILIST_CLIENT_SECRET=<ANILIST_CLIENT_SECRET> -e ANILIST_ACCESS_TOKEN=<ANILIST_ACCESS_TOKEN> -e ANILIST_OAUTH_PORT=<ANILIST_OAUTH_PORT> -e ANILIST_TOKEN_STORE=<ANILIST_TOKEN_STORE> -- npx -y anilist-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs