AniList MCP Server
Rank #5,746io.github.Grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
AniList MCP Server is a Model Context Protocol (MCP) server published by grinv. It ranks #5,746 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AniList MCP Server is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 109,714 of 115,460 servers on MCP Toplist.
Use AniList MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add anilist-mcp-server -e "ANILIST_CLIENT_ID=<your ANILIST_CLIENT_ID>" -e "ANILIST_CLIENT_SECRET=<your ANILIST_CLIENT_SECRET>" -e "ANILIST_ACCESS_TOKEN=<your ANILIST_ACCESS_TOKEN>" -e "ANILIST_OAUTH_PORT=<your ANILIST_OAUTH_PORT>" -e "ANILIST_TOKEN_STORE=<your ANILIST_TOKEN_STORE>" -- npx -y anilist-mcp-serverReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
[mcp_servers.anilist-mcp-server]
command = "npx"
args = ["-y", "anilist-mcp-server"]
[mcp_servers.anilist-mcp-server.env]
ANILIST_CLIENT_ID = "<your ANILIST_CLIENT_ID>"
ANILIST_CLIENT_SECRET = "<your ANILIST_CLIENT_SECRET>"
ANILIST_ACCESS_TOKEN = "<your ANILIST_ACCESS_TOKEN>"
ANILIST_OAUTH_PORT = "<your ANILIST_OAUTH_PORT>"
ANILIST_TOKEN_STORE = "<your ANILIST_TOKEN_STORE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<your ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<your ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<your ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<your ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<your ANILIST_TOKEN_STORE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<your ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<your ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<your ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<your ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<your ANILIST_TOKEN_STORE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
{
"servers": {
"anilist-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<your ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<your ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<your ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<your ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<your ANILIST_TOKEN_STORE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<your ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<your ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<your ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<your ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<your ANILIST_TOKEN_STORE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<your ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<your ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<your ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<your ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<your ANILIST_TOKEN_STORE>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Grinv%2Fanilist-mcp-server)<a href="https://mcptoplist.com/server/io.github.Grinv%2Fanilist-mcp-server"><img src="https://mcptoplist.com/badge/io.github.Grinv%2Fanilist-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
grinv
Other servers by grinv
- Steam MCP Server#2,867 · 8 vers
- MAL MCP Server#3,591 · 7 vers
- TMDB MCP Server#4,030 · 8 vers
- mcp-server-template#94,318
Available versions (10)
| Version | Published |
|---|---|
| 0.8.0 | Aug 16, 2026 |
| 0.7.1 | Jul 31, 2026 |
| 0.7.0 | Jul 30, 2026 |
| 0.6.0 | Jul 30, 2026 |
| 0.5.0 | Jul 29, 2026 |
| 0.4.0 | Jul 27, 2026 |
| 0.3.0 | Jul 26, 2026 |
| 0.2.2 | Jul 24, 2026 |
| 0.1.3 | Jul 21, 2026 |
| 0.1.0 | Jul 20, 2026 |
Frequently asked questions
- Who maintains AniList MCP Server?
- AniList MCP Server is maintained by grinv, which publishes 5 MCP servers (33 total versions) tracked on MCP Toplist.
- Is AniList MCP Server listed on the Official MCP Registry?
- Yes — AniList MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AniList MCP Server have?
- MCP Toplist tracks 10 versions of AniList MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for AniList MCP Server?
- The source code for AniList MCP Server is hosted at github.com/Grinv/anilist-mcp-server.