# Kitsu MCP for AI Agents AI Agent Connect

> Kitsu MCP. Search, track, and manage your anime and manga collections through your AI agent. Browse titles, fetch metadata, and update your library progress without leaving your chat. It connects your personal tracking data to your workflow.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XMo5Jgeg5CL9AZEiyRtMDbmOT7iLI35WDV5eTt6g/ai-agent-connect
- **Tags:** anime, manga, library-tracking, kitsu-api, media-database

## Description

Imagine you're deep in a rabbit hole of new series and need to keep your list organized. Instead of jumping between tabs to manually update currently watching statuses or hunting for specific studio details, you just tell your agent what you're doing. This Connector lets you pull in thousands of titles, filter by specific seasons or genres, and keep your personal library current in real time. If you're looking for a way to manage your media habits while staying in your flow, Vinkius makes it easy to plug this into your existing setup. You can ask for specific metadata to help with research or just quickly log that latest episode. It turns your AI into a personal media librarian that knows your taste and keeps your history tidy.

## Tools

### get_user
Pull profile information for any specific user on the platform. Good for looking up other profiles.

### create_library_entry
Create a new entry in your personal anime or manga library. It helps you keep your list current.

### get_anime
Fetch specific details like genres and descriptions for a single anime series. Use this for quick research.

### get_current_user
Retrieve your own profile information and account details. This helps your agent know who it's talking to.

### get_manga
Get specific metadata for a manga title. It includes production details and summaries.

### list_anime
Search and filter through thousands of anime by category, season, or year. It makes finding new shows fast.

### list_library_entries
See your entire personal library of anime and manga titles. It gives you a full overview of your history.

### list_manga
Search for specific manga titles using various filters. Use this to browse manga specifically.

### update_library_entry
Modify the status or progress of an existing library item. Use this to mark shows as completed or currently watching.

## Prompt Examples

**Prompt:** 
```
Find me some mystery anime from 2022.
```

**Response:** 
```
I found several mystery anime from 2022. Here are some highlights:

| Title | Genre | Season |
| :--- | :--- | :--- |
| **Case File ->** | Mystery | Winter |
| **The Lost Files** | Mystery | Fall |

Would you like more details on any of these?
```

**Prompt:** 
```
What's the status of my Plan to Watch list?
```

**Response:** 
```
You have 12 items in your Plan to Watch list. Most are action-heavy. Here's a quick summary:

* **Action:** 8 titles
* **Drama:** 3 titles
* **Comedy:** 1 title

Would you like me to show you the full list or find some details on a specific one?
```

**Prompt:** 
```
Get the details for the manga with ID 500.
```

**Response:** 
```
Fetching details... That's **Berserk**. It's a dark fantasy series known for its detailed artwork and intense storytelling. It's currently ongoing and remains a staple for manga fans.
```

## Capabilities

### Search anime by season or genre
Find specific shows using filters like categories, years, or seasons.

### Fetch specific manga details
Get production info and descriptions for any manga title.

### Create new library entries
Add new anime or manga to your personal tracking list.

### Update your current watching progress
Change the status of your library items through natural conversation.

### Retrieve user profile data
Access your own profile information or details for other users.

### List all your library entries
See your entire collection of tracked anime and manga titles at once.

## Use Cases

### Finding new shows
A user asks for action anime from Summer 2023 and gets a list to choose from using list_anime.

### Researching for a script
A writer asks for detailed production info on a specific manga to ensure accuracy using get_manga.

### Quick status updates
A fan finishes an episode and tells the agent to mark it as Completed in their library using update_library_entry.

### Library auditing
A user asks to see everything they've watched this year to find gaps in their collection using list_library_entries.

## Benefits

- Update your Currently Watching status instantly using update_library_entry without switching tabs.
- Quickly find new shows by filtering categories and seasons with list_anime for faster discovery.
- Pull accurate series descriptions and metadata with get_anime to help with content research.
- Keep your personal library organized and accessible via list_library_entries through your agent.
- Manage your manga collection alongside anime using the dedicated list_manga and get_manga tools.
- Access your own profile details or others with get_current_user and get_user for easier account management.

## How It Works

The bottom line is you get a way to manage your anime and manga history through natural conversation.

1. Get your Kitsu Access Token from your account settings.
2. Paste the token into your Connector configuration.
3. Ask your agent to find a show or update your list.

## Frequently Asked Questions

**Can I use the Kitsu MCP to update my Currently Watching list?**
Yes, you can use it to update your status instantly. Your agent will use the tool to change your progress without you having to open a browser.

**Does the Kitsu MCP work for manga too?**
It does. The Connector includes specific tools to search and fetch details for manga as well as anime.

**How do I connect my Kitsu account to my AI agent?**
You'll need to grab your Kitsu Access Token from your account settings and provide it to the Connector configuration.

**Can my AI agent find specific anime by season?**
Yes, the agent can filter thousands of titles by season, year, or category to help you find exactly what you're looking for.

**Is this Connector good for content creators?**
It's great for research. You can ask your agent to pull specific descriptions and genres for any series to use in your scripts.

**Will the Kitsu MCP show me my entire library?**
Yes, your agent can pull a full list of your library entries so you can see everything you've tracked in one place.

**Can I search for anime by specific seasons or years?**
Yes! The `list_anime` tool allows you to filter by `filter_season` (winter, spring, summer, fall) and `filter_year` (e.g., 2023 or a range like 2010..2020).

**How do I see what's currently in my library?**
You can use the `list_library_entries` tool with your `user_id`. If you don't know your ID, run `get_current_user` first to retrieve your profile details.

**Can I update my progress on a manga I'm reading?**
Absolutely. Use the `update_library_entry` tool to modify the status or progress of any existing entry in your library.