Skip to content
Claude Code

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

AniList MCP Server in other clients