Back to MCP Servers
Anilist
A MCP server integrating AniList API for anime and manga information
art-cultureapi
By yuna0x0
Installation
npx -y anilist-mcpConfiguration
{
"mcpServers": {
"anilist-mcp": {
"command": "npx",
"args": ["-y", "anilist-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes