AniList MCP
AniList MCP (Convex)
Сервер MCP для личного использования с AniList. Convex предоставляет MCP по адресу https://<déploiement>.convex.site/mcp — без локального процесса Node, без бэкенда OAuth.
У AniList есть только один GraphQL-эндпоинт (https://graphql.anilist.co) и implicit grant — создаёшь клиент, получаешь JWT сроком на год, кладёшь его в переменную окружения Convex. Это упрощённый вариант для одного пользователя.
Пять инструментов
Инструмент | Роль |
| Ищет название, возвращает id AniList и количество эпизодов |
| Твоя коллекция, фильтруемая по статусу ( |
|
|
|
|
| Что выходит на этой неделе среди твоих отслеживаемых сериалов |
Последний использует календарь AniList (airingAt), а не список, который ведётся вручную. «Что посмотреть сегодня вечером» — это эпизод, вышедший сегодня.
Related MCP server: MAL User MCP Server
1. Convex
npm install
npx convex devЭто создаёт (или подключает) проект в твоём аккаунте Convex и разворачивает функции. HTTP-адрес сайта появляется в дашборде (*.convex.site).
2. Токен AniList (implicit grant)
anilist.co/settings/developer → Create New Client
Redirect URL:
https://anilist.co/api/v2/oauth/pin(страница PIN, без бэкенда)Открой:
https://anilist.co/api/v2/oauth/authorize?client_id=TON_CLIENT_ID&response_type=tokenСкопируй JWT, затем:
npx convex env set ANILIST_TOKEN 'eyJ...'
npx convex env set ANILIST_TIMEZONE Europe/ParisНеобязательно, для блокировки
POST /mcp:
npx convex env set MCP_SECRET 'un-secret-long'3. Cursor
В ~/.cursor/mcp.json (или Settings → MCP):
{
"mcpServers": {
"anilist": {
"url": "https://VOTRE_DEPLOIEMENT.convex.site/mcp"
}
}
}Если задан MCP_SECRET:
{
"mcpServers": {
"anilist": {
"url": "https://VOTRE_DEPLOIEMENT.convex.site/mcp",
"headers": {
"Authorization": "Bearer un-secret-long"
}
}
}
}Транспорт — Streamable HTTP, без постоянной сессии (свежая спецификация). Convex остаётся хостом.
Примеры
«Найди Frieren» →
chercher→ id + 28 эпизодов«Отметь эпизод 12 Frieren» →
progression«Поставь оценку 85 и COMPLETED» →
noter«Что выходит сегодня вечером в моём списке?» →
en_cours_de_diffusion
Dev
npm test
npm run lint
npx convex dev # watch + push (dev uniquement)npx convex deploy — только для продакшена.
Вызовы AniList — это actions Convex (convex/anilist.ts). HTTP-роутер (convex/http.ts) переводит JSON-RPC MCP → в эти действия.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables searching and retrieving anime and manga data from Kitsu's catalogue, including top lists and categories, through natural language queries via Pipeworx gateway.101MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to interact with MyAnimeList user accounts for list management, progress tracking, and personalized anime recommendations.11
- AlicenseAqualityAmaintenanceEnables searching and browsing anime/manga, characters, staff, and more on AniList without credentials, and with a one-time login allows managing personal lists, favorites, follows, and activity.492311MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server for anime and manga discovery, enabling search, detail retrieval, franchise watch order, seasonal schedule, character lookups, rankings, and studio filmography via natural language.651Apache 2.0
Related MCP Connectors
Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
AniList MCP — wraps AniList GraphQL API (free, no auth)
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JunnB/anilist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server