MCP Catalogs
Home

mcp-server-chart vs cross-code-organizer

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

mcp-server-chart
by antvis
cross-code-organizer
by mcpware
Stars★ 4,068★ 318
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsSecurity
LanguageTypeScriptJavaScript
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.

cross-code-organizer · Summary

Cross-platform configuration dashboard for AI coding tools including Claude Code and Codex CLI with MCP server management.

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

cross-code-organizer · Use cases

  • Managing multiple MCP servers across different AI coding projects
  • Identifying and removing duplicate memories and configurations
  • Scanning for potentially compromised MCP servers with hidden instructions

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

cross-code-organizer · Install

Installation

  1. Run directly with npx: npx @mcpware/cross-code-organizer
  1. For Claude Desktop integration:
{
  "mcpServers": {
    "cross-code-organizer": {
      "command": "npx",
      "args": ["@mcpware/cross-code-organizer"]
    }
  }
}

First run auto-installs a /cco skill for Claude Code. Codex users can run the same npx command directly, then switch harnesses from the sidebar.

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