An MCP server for querying and managing AniList data, including anime, manga, characters, staff, studios, activities, threads, user profiles, lists, and recommendations. It supports both STDIO and HTTP transports and can use an AniList API token for login-required actions.
From the registry: Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
Please install the `yuna0x0-anilist-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js 18 or later required (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","anilist-mcp"]
- optional environment variables:
- `ANILIST_TOKEN`: AniList API token (only needed for operations requiring login) (example: `<your-anilist-api-token>`)
Note: AniList API server. Token optional for read-only access. Get token at https://anilist.co/settings/developer. Many tools for anime, manga, characters, staff, user lists.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ANILIST_TOKENAniList API token used for login-required operations and optionally passed via environment or HTTP headerMCP server that exposes GraphQL operations as tools for AI models.