AniList MCP Server
@yuna0x0
About AniList MCP Server
AniList MCP server for accessing anime and manga data
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "your_api_token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments