An MCP server that connects to the AniList API so clients can search and retrieve data about anime, manga, characters, staff, studios, activities, threads, and users. It supports both STDIO and HTTP transport, with optional login-required operations using an AniList API token.
From the registry: AniList MCP server for accessing AniList API data
Please install the `anilist-mcp` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","anilist-mcp"]
- optional environment variables:
- `ANILIST_TOKEN`: AniList API token (needed for login-required operations) (example: `<your-anilist-token>`)
Note: Dual-transport: also supports HTTP via pnpm run start:http on port 8081.
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 optional authenticated accessMCP server that exposes GraphQL operations as tools for AI models.