Anilist MCP
Rank #8,583io.github.yuna0x0/anilist-mcp
MCP server providing anilist-mcp capabilities
Anilist MCP is a Model Context Protocol (MCP) server published by yuna0x0. It ranks #8,583 of 115,460 servers tracked on MCP Toplist, and its repository has 85 GitHub stars. Anilist MCP is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Mar 20, 2025 and most recently updated on Nov 28, 2025.
Ranks ahead of 106,877 of 115,460 servers on MCP Toplist.
Use Anilist MCP
claude mcp add anilist-mcp -e "ANILIST_TOKEN=<your ANILIST_TOKEN>" -- npx -y anilist-mcpReplace each placeholder with your own value before saving.
claude mcp add anilist-mcp -e "ANILIST_TOKEN=<your ANILIST_TOKEN>" -- docker run -i --rm ghcr.io/yuna0x0/anilist-mcp:1.3.10Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.mcpb` — install it through your client’s extension manager.
[mcp_servers.anilist-mcp]
command = "npx"
args = ["-y", "anilist-mcp"]
[mcp_servers.anilist-mcp.env]
ANILIST_TOKEN = "<your ANILIST_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.anilist-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/yuna0x0/anilist-mcp:1.3.10"]
[mcp_servers.anilist-mcp.env]
ANILIST_TOKEN = "<your ANILIST_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anilist-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/anilist-mcp:1.3.10"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}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/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anilist-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/anilist-mcp:1.3.10"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}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/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.mcpb` — install it through your client’s extension manager.
{
"servers": {
"anilist-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"anilist-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/anilist-mcp:1.3.10"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anilist-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/anilist-mcp:1.3.10"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"anilist-mcp": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anilist-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yuna0x0/anilist-mcp:1.3.10"
],
"env": {
"ANILIST_TOKEN": "<your ANILIST_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/yuna0x0/anilist-mcp/releases/download/v1.3.10/anilist-mcp-1.3.10.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.yuna0x0%2Fanilist-mcp)<a href="https://mcptoplist.com/server/io.github.yuna0x0%2Fanilist-mcp"><img src="https://mcptoplist.com/badge/io.github.yuna0x0%2Fanilist-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
yuna0x0
Other servers by yuna0x0
View all yuna0x0 servers →Available versions (9)
| Version | Published |
|---|---|
| 1.4.0 | Nov 28, 2025 |
| 1.3.10 | Nov 5, 2025 |
| 1.3.9 | Oct 20, 2025 |
| 1.3.7 | Sep 29, 2025 |
| 1.3.6 | Sep 22, 2025 |
| 1.3.5 | Sep 21, 2025 |
| 1.3.3 | Sep 13, 2025 |
| 1.3.2 | Sep 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Anilist MCP?
- Anilist MCP is maintained by yuna0x0, which publishes 12 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Anilist MCP listed on the Official MCP Registry?
- Yes — Anilist MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Anilist MCP have?
- MCP Toplist tracks 9 versions of Anilist MCP, most recently published on Nov 28, 2025.
- Where can I find the source code for Anilist MCP?
- The source code for Anilist MCP is hosted at github.com/yuna0x0/anilist-mcp.