MCP Catalogs
Home

mcp-server-chart vs mcp-time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
mcp-time
by TheoBrigitte
Stars★ 4,068★ 15
30d uses10,239
Score8442
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptGo
Last committhis month2 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

mcp-time · Summary

A Go-based MCP server providing time utilities with natural language processing and timezone conversions.

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

mcp-time · Use cases

  • AI assistants answering time-related questions across different timezones
  • Automated scheduling systems needing precise time calculations and conversions
  • Data analysis pipelines requiring standardized time formatting and comparisons

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"]
    }
  }
}

mcp-time · Install

Installation

Using npm/npx

{
  "mcpServers": {
    "mcp-time": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@theo.foobar/mcp-time"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "mcp-time": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "theo01/mcp-time:latest"
      ]
    }
  }
}

Using binary

Download the binary for your platform from [releases](https://github.com/TheoBrigitte/mcp-time/releases) and add to your PATH.

Comparison generated from public README + GitHub signals. Last updated automatically.