mcp-server-chart vs time-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | time-mcp by yokingma | |
|---|---|---|
| Stars | ★ 4,068 | ★ 66 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 4 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
time-mcp · Summary
Time MCP server providing time awareness tools to LLMs with timezone conversion, current time, and date calculations.
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
time-mcp · Use cases
- LLM assistants that need real-time information for scheduling and time-sensitive tasks
- Multi-timezone coordination applications for global teams
- Calendar and productivity tools that need accurate date and time calculations
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"]
}
}
}time-mcp · Install
Installation
Smithery (Recommended)
npx -y @smithery/cli install @yokingma/time-mcp --client claudeManual Installation
npm install -g time-mcpClaude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}Cursor
Add to your mcp.json file:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}