MCP Catalogs
Home

mcp-server-chart vs simplelocalize-mcp-server

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

mcp-server-chart
by antvis
simplelocalize-mcp-server
by simplelocalize
Stars★ 4,068★ 0
30d uses10,239
Score8436
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
TranslationDeveloper ToolsAI / LLM Tools
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.

simplelocalize-mcp-server · Summary

MCP server that provides AI-powered tools for managing translations through the SimpleLocalize API.

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

simplelocalize-mcp-server · Use cases

  • Automating translation updates in AI-powered development environments
  • Managing multilingual content through natural language commands
  • Synchronizing translation keys across development workflows

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

simplelocalize-mcp-server · Install

Installation

To use the MCP server, you'll need an API key from SimpleLocalize > Settings > Credentials -> Project API Key.

For Claude Desktop, add this to your MCP config:

{
  "servers": {
    "simplelocalize": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
    }
  }
}

For Cursor, VS Code, GitHub Copilot, Windsurf, see the project README for detailed setup guides.

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