mcp-server-chart vs kindly-web-search-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | kindly-web-search-mcp-server by Shelpuk-AI-Technology-Consulting | |
|---|---|---|
| Stars | ★ 4,068 | ★ 325 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Web ScrapingAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| 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.
kindly-web-search-mcp-server · Summary
Web search MCP server with robust content retrieval for AI coding tools and agents.
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
kindly-web-search-mcp-server · Use cases
- Improving AI coding assistants by providing complete StackOverflow and GitHub discussions
- Retrieving up-to-date documentation and API references for programming
- Enhancing AI agents with comprehensive web search and content extraction capabilities
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"]
}
}
}kindly-web-search-mcp-server · Install
Installation
- Install
uvx:
curl -LsSf https://astral.sh/uv/install.sh | sh- Install a Chromium-based browser (required for
page_content)
- Set your search API key (Serper, Tavily, or SearXNG)
- Run the MCP server:
uvx --from git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server \
kindly-web-search-mcp-server start-mcp-serverClaude Desktop Configuration
Add to your config.json:
{
"mcpServers": {
"kindly-web-search": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server", "kindly-web-search-mcp-server", "start-mcp-server"],
"env": {
"SERPER_API_KEY": "your-serper-key",
"GITHUB_TOKEN": "your-github-token"
}
}
}
}