mcp-server-chart vs Custom-MCP-Server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Custom-MCP-Server by Sharan-Kumar-R | |
|---|---|---|
| Stars | ★ 4,068 | ★ 75 |
| 30d uses | 10,239 | — |
| Score | 84 | 40 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Web ScrapingDeveloper ToolsOther |
| Language | TypeScript | Python |
| Last commit | this month | 11 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
Custom-MCP-Server · Summary
An MCP server providing scraping tools for LinkedIn, Facebook, Instagram, and Google search.
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
Custom-MCP-Server · Use cases
- Researching professional backgrounds via LinkedIn profiles
- Gathering public information about individuals from social media
- Performing web searches and social media monitoring for intelligence gathering
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"]
}
}
}Custom-MCP-Server · Install
Installation
- Add MCP to your Python project using uv:
uv init custom-mcp-server
cd custom-mcp-server
uv add "mcp[cli]"- Install additional dependencies:
uv add httpx python-dotenv fastmcp- Add API keys to your
.envfile:
RAPIDAPI_KEY=your_rapidapi_key_here
SERPER_API_KEY=your_serper_api_key_here- Install the server:
uv run mcp install main.pyFor Claude Desktop, restart the app after installation to see the new tools.