# AniList GraphQL MCP for AI Agents AI Agent Connect

> AniList GraphQL MCP connects your AI agent to the world's largest anime and manga database. It lets you search titles, pull character bios, check airing schedules, and manage your personal watchlists via a direct database connection.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BEsND1dyWBzgCtco4jL8DLPaa0HsqeKTbLVjfL2m/ai-agent-connect
- **Tags:** anime, manga, graphql, otaku-database, media-tracking

## Description

AniList GraphQL lets you pull deep anime and manga data directly into your AI client. Instead of jumping between tabs to find a character's voice actor or check when a new episode drops, you can just ask your agent to do the heavy lifting. It handles the specifics of the database so you can get straight to the details. You can use it to build out content calendars, research production history, or organize your personal media lists without leaving your workspace. It's one of the high-quality integrations you'll find in the Vinkius catalog, making it easy to keep your media research organized. Whether you're looking for a specific studio's portfolio or trying to find every character from a specific series, this tool pulls the raw data and presents it clearly.

## Tools

### get_staff
Retrieve information about a specific staff member. This is great for finding voice actors or directors.

### get_studio
Get production history and details for a specific animation studio. Use this to see a studio's portfolio.

### get_user
Look up public information for a specific AniList user. This helps find community members and their lists.

### save_media_list_entry
Add a new anime or manga to your personal watch list. This handles both new entries and updates.

### search_characters
Search the database for characters by name or description. This is the fastest way to find specific personas.

### search_media
Search for anime or manga titles across the entire database. This lets you find any show by name or keyword.

### search_staff
Search for specific staff members like directors or actors. This helps you find people behind the scenes.

### toggle_favourite
Mark a specific media item as a favorite in your list. This helps highlight your top picks.

### update_user
Update your personal account settings using your token. This keeps your profile information current.

### get_media
Pull detailed metadata for a specific anime or manga title. This provides the core info for any show.

### get_viewer
Identify the current user who is authenticated with the token. This confirms your connection status.

### toggle_follow
Follow or unfollow a specific user on AniList. This helps you keep track of community members.

### delete_media_list_entry
Remove a specific anime or manga from your personal list. Use this to clean up your watch history.

### get_airing_schedule
Query the current airing schedule for anime series. This tells you what is currently broadcasting.

### get_character
Get a full profile for a specific character. This includes their role and other key details.

## Prompt Examples

**Prompt:** 
```
Who are the main voice actors for the characters in 'Spy x Family'?
```

**Response:** 
```
Here are the primary voice actors for the main cast of **Spy x Family**:

| Character | Voice Actor |
| :--- | :--- |
| Anya Forger | Sophia Yin |
| Loid Forger | D.C. Logan |
| Yor Forger | Elizabeth Tabuchi |

Would you like me to find more staff details for this series?
```

**Prompt:** 
```
List the top 5 anime produced by Studio Ghibli.
```

**Response:** 
```
Studio Ghibli has a massive portfolio. Here are 5 of their most notable productions:

*   **Spirited Away**
*   **My Neighbor Totoro**
*   **Princess Mononoke**
*   **Howl's Moving Castle**
*   **Ponyo**

I can pull more details on any of these titles if you need them.
```

**Prompt:** 
```
Add 'One Piece' to my plan to watch list.
```

**Response:** 
```
I've successfully added **One Piece** to your AniList plan to watch list. Your profile is now updated with this entry.
```

## Capabilities

### Search anime and manga titles
Find specific shows or series across the entire database with a simple query.

### Fetch detailed media metadata
Get production details, genres, and descriptions for any title.

### Retrieve character and staff profiles
Pull information on characters, voice actors, and directors.

### Look up animation studio history
See a full list of productions and details for specific studios.

### Manage personal watchlists
Update your own lists, favorites, and viewing status automatically.

### Query public user information
Access public profiles and user data from the community.

## Use Cases

### Finding voice actor credits
Someone asks their agent who voiced the characters in a specific show. The agent uses `get_character` and `get_staff` to provide a full list of actors.

### Researching a studio's history
A creator wants to see every show produced by Studio Ghibli. The agent uses `get_studio` and `search_media` to compile a complete history.

### Updating personal watchlists
A fan tells their agent to add a new manga to their plan to watch. The agent uses `save_media_list_entry` to update their AniList profile.

### Checking weekly schedules
A user wants to know what is airing today. The agent uses `get_airing_schedule` to provide a list of current shows.

## Benefits

- Stop manual data entry by using `save_media_list_entry` to add titles to your list automatically.
- Get accurate voice actor info instantly with `get_staff` instead of searching multiple websites.
- Keep your research organized by pulling studio histories with `get_studio` for project planning.
- Quickly find specific series using `search_media` to get metadata without leaving your AI client.
- Manage your public presence by using `update_user` and `get_user` to keep your profile current.

## How It Works

The bottom line is you get instant access to the entire AniList database through your AI agent.

1. Get your AniList Access Token from your account settings.
2. Connect this Connector to your AI client and provide your token.
3. Ask your agent to search for media, find character bios, or update your lists.

## Frequently Asked Questions

**Can I use the AniList GraphQL MCP to update my personal watch list?**
Yes. You can tell your agent to add shows, update your current progress, or remove titles from your lists automatically.

**Does the AniList GraphQL MCP work for manga too?**
It does. The Connector supports both anime and manga data, including titles, descriptions, and character information.

**How do I get my voice actor info using AniList GraphQL MCP?**
Your agent can pull staff details for any specific character or series. Just ask for the voice actors or directors of a specific show.

**Can I search for specific animation studios with AniList GraphQL MCP?**
Yes. You can query the database for specific studios to see their production history and all the titles they have worked on.

**Is the AniList GraphQL MCP good for anime content creators?**
It is perfect for creators. It saves time by pulling accurate metadata, staff lists, and studio info directly into your workflow.

**Can I see what anime are airing this week with AniList GraphQL MCP?**
Yes. Your agent can check the current airing schedule and let you know what is broadcasting this week.

**Can I search for a specific anime by its title?**
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.

**How do I see my own AniList profile and lists?**
Once authenticated, use the `get_viewer` tool. It will fetch the profile information associated with your access token.

**Can I check when the next episode of an anime airs?**
Yes, use the `get_airing_schedule` tool with the specific `mediaId` to see the upcoming broadcast times.