MCP Catalogs
首页

anilist-mcp

by yuna0x0·76·综合分 45

AniList MCP服务器提供全面的动漫和漫画数据访问功能,包括搜索、检索和管理工具。

mediaai-llmother
12
Forks
1
活跃 Issue
6 个月前
最近提交
2 天前
收录于

概述

此MCP服务器通过AniList API接口,使LLM客户端能够访问动漫、漫画、角色、staff和用户数据。它支持STDIO和HTTP两种传输模式,并提供灵活的配置选项,包括API令牌认证。服务器提供了广泛的工具,用于搜索、检索详细信息、管理用户列表以及执行各种动漫相关操作。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:帮助用户寻找动漫推荐和特定节目的详细信息
:协助组织和管理个人动漫/漫画观看/阅读列表
:为研究或讨论目的提供全面的角色和staff信息
:我是否需要API令牌才能使用此服务器?
:我可以自己托管此MCP服务器吗?

什么时候选它

如果您需要通过 MCP 界面访问或操作 AniList 动漫和漫画数据,特别是需要本地和部署选项时,选择此服务器。

什么时候不要选它

如果您需要访问来自 MyAnimeList 等其他平台的动漫数据,或者无法获取 API 令牌而需要写入 AniList,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • get_genres

    Get all available genres on AniList

  • search_anime

    Search for anime with query term and filters

  • get_anime

    Get detailed information about an anime by its AniList ID

  • get_character

    Get information about a character by their AniList ID

  • get_user_profile

    Get a user's AniList profile

  • get_user_anime_list

    Get a user's anime list

  • search_character

    Search for characters based on a query term

  • get_staff

    Get information about staff member by their AniList ID

  • search_studio

    Search for studios based on a query term

  • get_studio

    Get information about a studio by its AniList ID or name

  • get_activity

    Get a specific AniList activity by its ID

  • get_recommendation

    Get an AniList recommendation by its ID

可对比工具

myanimelist-mcpanime-apimal-scraperanilist-js

安装

本地安装(STDIO传输)

  1. 将此服务器添加到您的mcp.json/claude_desktop_config.json中:
{
  "mcpServers": {
    "anilist": {
      "command": "npx",
      "args": ["-y", "anilist-mcp"],
      "env": {
        "ANILIST_TOKEN": "your_api_token"
      }
    }
  }
}
  1. 重启您的MCP客户端(如Claude Desktop)
  2. 使用工具与AniList交互

FAQ

我是否需要API令牌才能使用此服务器?
API令牌是可选的,仅需要用于需要登录的操作,如修改列表、收藏内容或发布活动。
我可以自己托管此MCP服务器吗?
是的,该服务器支持HTTP传输进行自托管。您可以在本地使用'pnpm run start:http'运行,或将其部署到任何支持Node.js服务器应用的云平台。

anilist-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。