Token导航 LogoToken导航TokenDH.com
Anilist MCP logo
运维云端未说明官方级别未说明来源级核验

Anilist MCP

MCP Server

一个基于Anilist数据的动漫推荐MCP服务器,通过分析用户的观看历史生成个性化动漫推荐。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
TypeScriptClaude云端部署Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Armster15

提供方

Armster15

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

anilist-mcp 的

Anilist的一个非常黑客的MCP服务器。

我在1-2小时内构建了一个粗略的原型(见初始提交),现在正在稳步迭代。这是我第一个MCP服务器,所以只是随便玩玩:)

设置

我假设你知道MCP的基础知识,包括已经安装了Claude Desktop。如果没有,请遵循以下指南:https://modelcontextprotocol.io/quickstart/user

  1. 在这个repo中: npm install && npm run build

生成的文件将出现在 build/index.js这是MCP服务器。

  1. 将此添加到您的Claude MCP配置中:
   {
     "mcpServers": {
       "anilist-mcp": {
         "command": "node",
         "args": ["/anilist-mcp/build/index.js"]
       }
     }
   }

用法

这是我当前使用的提示:

Get details on  from Anilist and get all the anime they have watched. It is imperative you get all the shows watched. Then, recommend some anime the user will enjoy.

While finding anime to recommend, keep these in mind:
- Only recommend shows a user has never watched
- You can look up a specific media item to retrieve recommendations similar to it
- You can use the search tool for broader queries. However, ensure you rely on score and not popularity
- As tastes evolve overtime, try to recommend shows from genres and tags that are more inline with what a user has enjoyed more recently
- For diversity, if possible try finding shows from a diverse range of years. It is acceptable go back by at most the year 2000.

When outputting your recommendations, categorize them by genres. Genres should be those a user has been identified to enjoy.

Format an individual show recommendation as follows:
- Title
- Genre(s)
- Tag(s)
- A brief explanation of why you recommended this show
- A URL to the given media in the following format: https://anilist.co/anime/:id

Do not rely on your preconceived notions of anime. Always refer to Anilist as an authoritative source of data.

目录标签

目录标签

TypeScriptClaude云端部署动漫推荐本地部署个性化推荐Anilist集成MCP服务器

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP