MCP Catalogs
Home

mcp-server-chart vs mcp-server

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

mcp-server-chart
by antvis
mcp-server
by cap-js
Stars★ 4,068★ 96
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguageTypeScriptJavaScript
Last committhis monththis month

mcp-server-chart · Summary

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

mcp-server · Summary

MCP server for AI-assisted development of CAP applications with model and documentation search capabilities.

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-server · Use cases

  • AI assistants answering questions about CDS services, entities, and their relationships in CAP projects
  • Developers receiving context-aware suggestions while modifying CDS models
  • Locating documentation for specific CAP APIs without leaving the development environment

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-server · Install

Installation

  1. Install the server globally:
npm i -g @cap-js/mcp-server
  1. Use in your MCP client with the command npx -y @cap-js/mcp-server
Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "cds-mcp": {
      "command": "npx",
      "args": ["-y", "@cap-js/mcp-server"],
      "env": {}
    }
  }
}
VS Code with Cline Configuration

Add to your VS Code settings:

{
  "mcpServers": {
    "cds-mcp": {
      "command": "npx",
      "args": ["-y", "@cap-js/mcp-server"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.