MCP Catalogs
Home

mcp-server-chart vs spring-ai-playground

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

mcp-server-chart
by antvis
spring-ai-playground
by spring-ai-community
Stars★ 4,068★ 113
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptJava
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.

spring-ai-playground · Summary

Cross-platform desktop app for building, testing, and publishing MCP tools with a 'no-pass-no-run' safety workflow.

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

spring-ai-playground · Use cases

  • Developers building MCP tools with built-in validation before deployment
  • Teams connecting MCP tools into Python, Node.js, or mixed-stack environments
  • Users of Claude Desktop, Claude Code, Cursor and other MCP-compatible environments

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

spring-ai-playground · Install

Installation

Desktop App (Recommended)

  1. Download the installer for your platform from the [GitHub Releases page](https://github.com/spring-ai-community/spring-ai-playground/releases)
  2. Install like a normal desktop application
  3. Launch Spring AI Playground from your applications menu

Docker

docker run -p 8282:8282 -v spring-ai-playground:/root ghcr.io/spring-ai-community/spring-ai-playground

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "spring-ai-playground": {
      "command": "java",
      "args": ["-jar", "path/to/spring-ai-playground.jar", "--spring.profiles.active=mcp-stdio"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.