MCP Catalogs
Home

mcp-server-chart vs hormuz-strait-mcp

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

mcp-server-chart
by antvis
hormuz-strait-mcp
by mcp-use
Stars★ 4,068★ 1
30d uses10,239
Score8437
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MonitoringAI / LLM ToolsOther
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

mcp-server-chart · Summary

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

hormuz-strait-mcp · Summary

MCP server providing tactical maritime situation dashboard for Strait of Hormuz with interactive maps and ship tracking 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

hormuz-strait-mcp · Use cases

  • Monitor maritime traffic and security situation in the Strait of Hormuz in real-time
  • Analyze port traffic patterns and vessel movements across critical chokepoints
  • Query maritime disruption events and alert status for strategic decision making

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

hormuz-strait-mcp · Install

# Install dependencies
npm install

# Run in development mode
npm run dev

# Deploy to production
npm run deploy

To use with Claude Desktop, add to your config:

{
  "mcpServers": {
    "hormuz-strait": {
      "command": "npx",
      "args": ["hormuz-strait-mcp"]
    }
  }
}

For ChatGPT, add the MCP endpoint as a custom connector.

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