AniList MCP Server
About
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ANILIST_CLIENT_ID ANILIST_CLIENT_SECRET ANILIST_ACCESS_TOKEN ANILIST_OAUTH_PORT ANILIST_TOKEN_STOREClaude Code
claude mcp add --env ANILIST_CLIENT_ID= --env ANILIST_CLIENT_SECRET= --env ANILIST_ACCESS_TOKEN= --env ANILIST_OAUTH_PORT= --env ANILIST_TOKEN_STORE= anilist-mcp-server -- npx anilist-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"anilist-mcp-server","command":"npx","args":["anilist-mcp-server"],"env":{"ANILIST_CLIENT_ID":"","ANILIST_CLIENT_SECRET":"","ANILIST_ACCESS_TOKEN":"","ANILIST_OAUTH_PORT":"","ANILIST_TOKEN_STORE":""}}'
JSON
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "",
"ANILIST_CLIENT_SECRET": "",
"ANILIST_ACCESS_TOKEN": "",
"ANILIST_OAUTH_PORT": "",
"ANILIST_TOKEN_STORE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.