AniList MCP Server
@yuna0x0
AniList MCP Server について
AniList MCP server for accessing anime and manga data
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント