mcp-server-chart vs anilist-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | anilist-mcp by yuna0x0 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 76 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaAI / LLM ToolsOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
anilist-mcp · Summary
AniList MCP server provides comprehensive anime and manga data access through search, retrieval, and management tools.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
anilist-mcp · Use cases
- Assist users in finding anime recommendations and detailed information about specific shows
- Help organize and manage personal anime/manga watch/read lists
- Provide comprehensive character and staff information for research or discussion purposes
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}anilist-mcp · Install
Local Installation (STDIO Transport)
- Add this server to your
mcp.json/claude_desktop_config.json:
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": ["-y", "anilist-mcp"],
"env": {
"ANILIST_TOKEN": "your_api_token"
}
}
}
}- Restart your MCP client (e.g., Claude Desktop)
- Use the tools to interact with AniList