mcp-server-chart vs ServiceGraph
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ServiceGraph by nostrband | |
|---|---|---|
| Stars | ★ 4,068 | ★ 160 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SearchAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Shell |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ServiceGraph · Summary
An MCP server providing access to 100k+ US professional services firms with industry-specific search tools.
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
ServiceGraph · Use cases
- Finding specialized service providers like law firms or marketing agencies in specific geographic regions
- Enriching CRM data with professional firm contact information and services offered
- Vetting potential service providers through ratings and third-party listing presence
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"]
}
}
}ServiceGraph · Install
MCP Server Installation
For MCP-compatible clients like Claude Code:
claude mcp add --transport http servicegraph https://mcp.servicegraph.coFor Claude Desktop:
- Go to Settings → Connectors → Add custom connector
- Paste:
https://mcp.servicegraph.co
For other JSON-config clients (e.g., Cursor):
{
"mcpServers": {
"servicegraph": {
"url": "https://mcp.servicegraph.co"
}
}
}Skills Installation (non-MCP)
npx skills add nostrband/servicegraph --skill find-service-providers