mcp-server-chart vs AIRA-SemanticScholar
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | AIRA-SemanticScholar by hamid-vakilzadeh | |
|---|---|---|
| Stars | ★ 4,068 | ★ 22 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphSearch |
| 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.
AIRA-SemanticScholar · Summary
MCP server providing AI models with access to Semantic Scholar Academic Graph API for literature search and analysis.
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
AIRA-SemanticScholar · Use cases
- Academic researchers conducting literature reviews in specific fields
- AI assistants needing to access and analyze research papers
- Research institutions building custom knowledge management systems
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"]
}
}
}AIRA-SemanticScholar · Install
Installation
- Using npx:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"]
}
}
}- Using Smithery:
Visit the [Smithery listing](https://smithery.ai/server/@hamid-vakilzadeh/mcpsemanticscholar) for more installation options.
- For full-text access to Wiley papers, add the WILEY_TDM_CLIENT_TOKEN environment variable:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"],
"env": {
"WILEY_TDM_CLIENT_TOKEN": "your-token-here"
}
}
}
}