mcp-server-chart vs search-console-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | search-console-mcp by saurabhsharma2u | |
|---|---|---|
| Stars | ★ 4,068 | ★ 129 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
search-console-mcp · Summary
MCP server unifying Google Search Console, Bing Webmaster Tools, and GA4 data for AI-driven SEO analytics.
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
search-console-mcp · Use cases
- AI-driven SEO analysis by automatically detecting traffic anomalies and identifying ranking opportunities
- Cross-platform performance comparison between Google and Bing search engines
- Automated SEO health checks with prioritized recommendations for action
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"]
}
}
}search-console-mcp · Install
Installation
- Install the MCP server:
npm install -g search-console-mcp- Set up authentication:
npx search-console-mcp setup- Add to Claude Desktop configuration:
{
"mcpServers": {
"search-console": {
"command": "npx",
"args": ["-y", "search-console-mcp"]
}
}
}