mcp-server-chart vs japan-ani-search-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | japan-ani-search-mcp by hirofumitorato | |
|---|---|---|
| Stars | ★ 4,068 | ★ 0 |
| 30d uses | 10,239 | — |
| Score | 84 | 33 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaSearchAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
japan-ani-search-mcp · Summary
MCP server for searching anime and manga using AniList API with tools for character details and cultural explanations.
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
japan-ani-search-mcp · Use cases
- Find specific anime or manga by title
- Get detailed information about characters
- Learn about Japanese cultural terms and concepts in anime
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"]
}
}
}japan-ani-search-mcp · Install
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"anisearch": {
"command": "npx",
"args": ["-y", "japan-ani-search-mcp"]
}
}
}Restart Claude Desktop after making these changes.