mcp-server-chart vs google-ai-mode-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | google-ai-mode-mcp by PleasePrompto | |
|---|---|---|
| Stars | ★ 4,068 | ★ 117 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SearchAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
google-ai-mode-mcp · Summary
MCP server enabling AI-powered Google AI Mode search with citations for any LLM client.
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
google-ai-mode-mcp · Use cases
- Research coding topics and best practices with official documentation examples
- Compare technical specifications and features of software products
- Research regulatory changes and legal requirements with government sources
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"]
}
}
}google-ai-mode-mcp · Install
Installation
**Claude Code:**
claude mcp add google-ai-search npx google-ai-mode-mcp@latest**Cursor, Windsurf, Zed, or other MCP clients:**
{
"mcpServers": {
"google-ai-search": {
"command": "npx",
"args": ["google-ai-mode-mcp@latest"]
}
}
}**Linux/WSL users:** If you encounter X-Server errors, use xvfb-run:
{
"mcpServers": {
"google-ai-search": {
"command": "xvfb-run",
"args": ["-a", "npx", "google-ai-mode-mcp@latest"]
}
}
}