MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y anilist-mcp-server
MCP client config
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
]
}
}
}Distributed as an MCP bundle (`https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb`) — download it and import the bundle in your MCP client.