MCP Catalogs
Home

mcp-server-chart vs SupaThings-MCP

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

mcp-server-chart
by antvis
SupaThings-MCP
by soycanopa
Stars★ 4,068★ 21
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptJavaScript
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.

SupaThings-MCP · Summary

Things 3 MCP server for macOS that combines SQLite reads with URL writes for AI 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

SupaThings-MCP · Use cases

  • AI agents creating and organizing new projects with appropriate headings in Things
  • Automating task placement based on project structure and semantic analysis
  • Generating project summaries and planning insights from Things data

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

SupaThings-MCP · Install

Installation

1) Run with npx (no install)

npx -y supathings-mcp

2) Global install from npm

npm install -g supathings-mcp

Alias also available: things-mcp

3) MCP config example

{
  "mcpServers": {
    "supathings": {
      "command": "npx",
      "args": ["-y", "supathings-mcp"]
    }
  }
}

4) Configure MCP in your client

Codex:

codex mcp add supathings -- npx -y supathings-mcp

Claude Code:

claude mcp add --transport stdio supathings -- npx -y supathings-mcp

Gemini CLI:

gemini mcp add -s user supathings npx -y supathings-mcp
Comparison generated from public README + GitHub signals. Last updated automatically.