mcp-server-chart vs Glama-MCP-Server-Search
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Glama-MCP-Server-Search by kongyo2 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 2 |
| 30d uses | 10,239 | — |
| Score | 84 | 32 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SearchDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 9 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
Glama-MCP-Server-Search · Summary
An MCP server for searching and exploring MCP servers from the Glama directory.
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
Glama-MCP-Server-Search · Use cases
- Help developers discover relevant MCP servers for their projects
- Integrate server search functionality into AI applications
- Monitor and analyze trends in MCP server development
- Create automated workflows that interact with MCP directory data
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"]
}
}
}Glama-MCP-Server-Search · Install
npm install @kongyo2/glama-mcp-server-searchStart the server:
npm run startFor development mode:
npm run devFor Claude Desktop, add this to your config.json:
{
"mcpServers": {
"glama-search": {
"command": "node",
"args": ["dist/index.js"]
}
}
}