MCP Catalogs
Home

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 uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Web ScrapingAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis month1 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-chart

For 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

  1. Install uvx:
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install a Chromium-based browser (required for page_content)
  1. Set your search API key (Serper, Tavily, or SearXNG)
  1. 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-server

Claude 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"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.