AniList GraphQL

AniList GraphQL MCP Connector for Claude

F

Access the world's largest anime and manga database — search titles, characters, staff, and manage your personal lists via GraphQL.

15 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AniList account to any AI agent to explore the vast world of anime and manga. This MCP server leverages the AniList GraphQL API to provide deep insights into media, characters, and industry professionals.

What you can do

  • Media Discovery — Search for anime and manga titles, fetch detailed metadata, and check airing schedules using search_media and get_media.
  • Character & Staff Insights — Retrieve comprehensive profiles for your favorite characters and the staff (voice actors, directors) behind them with get_character and get_staff.
  • User Profiles — Access public user information or manage your own authenticated profile and lists using get_user and get_viewer.
  • Studio Information — Look up animation studios and their production history via get_studio.

How it works

  1. Subscribe to this server
  2. Enter your AniList Access Token (optional for public data, required for personal lists)
  3. Start exploring the AniList database from Claude, Cursor, or any MCP client.

Who is this for?

  • Anime Fans — instantly retrieve series information, character bios, and voice actor details.
  • Content Creators — gather accurate data for reviews, recommendations, or database management.
  • Developers — integrate anime metadata directly into your coding environment for project context.
animemangagraphqlotaku-databasemedia-tracking

15 tools expose this connector's capabilities to your AI agent.

delete_media_list_entry

Delete a media list entry

get_airing_schedule

Query airing schedule data

get_character

Query a specific character

get_media

Query a specific anime or manga

get_staff

). Query a specific staff member

get_studio

Query a specific studio

get_user

Query a specific user

get_viewer

Get the currently authenticated user

save_media_list_entry

Create or update a media list entry

search_characters

Search for characters

search_media

Search for anime or manga

search_staff

Search for staff members

toggle_favourite

Toggle favorite status

toggle_follow

Toggle following a user

update_user

Update authenticated user settings

See how to talk to your AI agent using AniList GraphQL.

Search for the anime 'Cowboy Bebop' and show its details.

I found 'Cowboy Bebop' (ID: 1). It's a classic Sci-Fi/Action series by Sunrise. Would you like to see the full character list or the airing history?

Who is the character 'L' from Death Note?

Using `get_character`, I found L Lawliet. He is a world-renowned detective who takes on the challenge of catching the serial killer known as Kira. Would you like to see his voice actors?

Show me information about the animation studio MAPPA.

I've retrieved the data for Studio MAPPA (ID: 569) using `get_studio`. They are known for works like 'Jujutsu Kaisen' and 'Attack on Titan: The Final Season'.

Yes! Use the `search_media` tool with the title as the search term. You can then use `get_media` with the resulting ID to get full details.

Related Connectors