HomeDesign & Media › AniList

AniList

AniList MCP server for accessing AniList API data

TypeScript Cloud
★ 89 stars Last pushed 2026-07-13 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.4.0)

npx -y anilist-mcp@1.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "anilist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp@1.4.0"
      ],
      "env": {
        "ANILIST_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANILIST_TOKEN secret — AniList API token for authenticated requests

Package (oci)

docker run -i --rm ghcr.io/yuna0x0/anilist-mcp:1.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "anilist-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yuna0x0/anilist-mcp:1.4.0"
      ],
      "env": {
        "ANILIST_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANILIST_TOKEN secret — AniList API token for authenticated requests

Package (mcpb)

Package: mcpb https://github.com/yuna0x0/anilist-mcp/releases/download/v1.4.0/anilist-mcp-1.4.0.mcpb

  • ANILIST_TOKEN secret — AniList API token for authenticated requests

This repository has 2 servers listed in the Official MCP Registry.

Other names: ai.smithery/yuna0x0-anilist-mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry