MCP Catalogs
Home

mcp-server-chart vs grumpydev-mcp

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

mcp-server-chart
by antvis
grumpydev-mcp
by sinedied
Stars★ 4,068★ 21
30d uses10,239
Score8437
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month13 mo ago

mcp-server-chart · Summary

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

grumpydev-mcp · Summary

An MCP server that simulates a grumpy senior developer reviewing code with sarcastic feedback.

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

grumpydev-mcp · Use cases

  • Code review with entertaining feedback
  • Teaching coding best practices through humorous examples
  • Adding personality to the code review process

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

grumpydev-mcp · Install

Installation

  1. Using VS Code:

[![Install in VS Code](https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20MCP%20Server&color=0098FF)](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522grumpydev%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522grumpydev-mcp%2540latest%2522%255D%257D)

  1. Using the command line:

``bash code --add-mcp '{"name":"grumpydev","command":"npx","args":["-y","grumpydev-mcp"]}' ``

  1. Manual installation in .vscode/mcp.json:

``jsonc { "servers": { "grumpydev-mcp": { "type": "stdio", "command": "npx", "args": [ "-y", "grumpydev-mcp", ] } } } ``

For Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "grumpydev-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "grumpydev-mcp",
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.