MyAnimeList Server
БесплатноНе проверенMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.
Описание
MCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.
README
MCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.
Using with Claude Desktop (or other MCP clients)
Installing via Smithery
To install myanimelist-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @nicoaguerrero/myanimelist-mcp-server --client claude
Manual Installation
- Add this server to your
claude_desktop_config.json:
{
"mcpServers": {
"myanimelist": {
"command": "uv",
"args": [
"--directory",
"<path to your project>",
"run",
"main.py"
]
}
}
}
- Restart Claude Desktop
- Use the tools to interact with MyAnimeList
Available Tools
Anime
- get_anime: Get a list of anime based on a search query and filters
- get_anime_details: Get details of an anime by its ID, like recommendations, studios, broadcasting, etc.
- get_anime_ranking: Get anime rankings
- get_seasonal_anime: Get seasonal anime based on year and season
- get_anime_list: Get an user's anime list based on it's username
- get_suggested_anime: [Requires Auth] Get anime recommendations for a logged user
- update_myanimelist: [Requires Auth] Update an anime from the logged user's anime list
- delete_myanimelist_item: [Requires Auth] Delete an anime from the logged user's anime list
Manga
- get_manga: Get a list of manga based on a search query and filters
- get_manga_details: Get details of a manga by its ID
- get_manga_ranking: Get manga rankings
- get_manga_list: Get an user's manga list based on it's username
- update_mymangalist: [Requires Auth] Update a manga from the logged user's manga list
- delete_mymangalist_item: [Requires Auth] Delete a manga from the logged user's manga list
User
- get_user_profile: [Requires Auth] Get details about the logged user
Get an MyAnimeList API Token for Auth
To get an API token, follow these steps:
- Go to API in profile settings.
- Click on "Create ID" and select app type web.
- Use this URL as your client's "Redirect URL":
http://localhost:8080/callback
- Click "Submit"
- Then click "Edit" in your generated client and you will see the the client_ID and client_secret.
- Copy them in your
.envfile or environment variables (see .env_example).
Useful resources
https://myanimelist.net/apiconfig/references/authorization https://myanimelist.net/forum/?topicid=1850649&show=150#msg69272815 https://myanimelist.net/apiconfig/references/api/v2
Установка MyAnimeList Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nicoaguerrero/myanimelist-mcp-serverFAQ
MyAnimeList Server MCP бесплатный?
Да, MyAnimeList Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для MyAnimeList Server?
Нет, MyAnimeList Server работает без API-ключей и переменных окружения.
MyAnimeList Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить MyAnimeList Server в Claude Desktop, Claude Code или Cursor?
Открой MyAnimeList Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare MyAnimeList Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
