MCP.so
登录

AniList MCP Server

@yuna0x0

关于 AniList MCP Server

AniList MCP server for accessing anime and manga data

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

yuna0x0

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "anilist": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp"
      ],
      "env": {
        "ANILIST_TOKEN": "your_api_token"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is AniList MCP Server?

AniList MCP Server is a Model Context Protocol server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList.

How to use AniList MCP Server?

Install and add the server to your MCP client configuration (e.g., claude_desktop_config.json) using the npx -y anilist-mcp command. An optional ANILIST_TOKEN environment variable can be set for operations that require login. Then restart your MCP client and use the provided tools. The server also supports HTTP transport for cloud deployment.

Key features of AniList MCP Server

  • Search for anime, manga, characters, staff, and studios
  • Get detailed information about specific media, characters, and staff
  • Access user profiles and lists with optional login
  • Supports advanced filtering options for searches
  • Retrieve genres and media tags from AniList
  • Dual transport support: HTTP and STDIO

Use cases of AniList MCP Server

  • Search for anime or manga by query and filters
  • Get detailed information about a specific anime, manga, character, or staff member
  • View a user's anime or manga list
  • Compare works from a specific studio (e.g., Studio Ghibli)
  • Access daily birthday characters and staff

FAQ from AniList MCP Server

What is the AniList API token used for?

The token is optional and only needed for operations that require login, such as posting activities, managing lists, favouriting items, or following users.

What are the runtime requirements?

Node.js 18 or higher is required.

Does the server support cloud deployment?

Yes, it can be deployed to any Node.js-compatible cloud platform and supports platforms like Smithery. Dual HTTP and STDIO transports are available.

Where can I get an AniList API token?

Go to AniList settings, create a new client, and follow the OAuth authorization flow with a redirect URL of https://anilist.co/api/v2/oauth/pin to generate the token.

How do I pass the token when using HTTP transport?

The user can provide the token via the Anilist-Token HTTP header. If both the server environment variable and the header are set, the header value takes precedence.

评论

其他 分类下的更多 MCP 服务器