yuna0x0/anilist-mcp
A MCP server integrating AniList API for anime and manga information
Quick Start
Clone the repository:
git clone https://github.com/yuna0x0/anilist-mcpClaude Desktop configuration example:
{
"mcpServers": {
"anilist-mcp": {
"command": "npx",
"args": [
"-y",
"yuna0x0/anilist-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.