← Index

AniList

io.github.yuna0x0/anilist-mcp·v1.4.0·Other
Quality Score
81
/100

AniList MCP server for accessing AniList API data

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "anilist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp"
      ],
      "env": {
        "ANILIST_TOKEN": "<your-anilist_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "anilist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp"
      ],
      "env": {
        "ANILIST_TOKEN": "<your-anilist_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y anilist-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "anilist-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/yuna0x0/anilist-mcp:1.4.0"
      ],
      "env": {
        "ANILIST_TOKEN": "<your-anilist_token>"
      }
    }
  }
}
§02  Environment variables
ANILIST_TOKEN
secret

AniList API token for authenticated requests

ANILIST_TOKEN
secret

AniList API token for authenticated requests

ANILIST_TOKEN
secret

AniList API token for authenticated requests

§03  MCP Quality Score  ·  methodology
freshness
16
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other