MCP Catalogs
Home

mcp-server-chart vs ghost-mcp

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

mcp-server-chart
by antvis
ghost-mcp
by MFYDev
Stars★ 4,068★ 186
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationProductivityAI / 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.

ghost-mcp · Summary

An MCP server for managing Ghost CMS through LLM interfaces like Claude with comprehensive blog management tools.

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

ghost-mcp · Use cases

  • Content creators managing Ghost blogs through natural language commands in Claude
  • Automated blog publishing and content management via LLM interactions
  • Ghost CMS administration without using the web interface

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

ghost-mcp · Install

Install the Ghost MCP server using npm:

npm install -g @fanyangmeng/ghost-mcp

Configure Claude Desktop with this JSON in your claude_desktop_config.json:

{
  "mcpServers": {
      "ghost-mcp": {
        "command": "npx",
        "args": ["-y", "@fanyangmeng/ghost-mcp"],
        "env": {
            "GHOST_API_URL": "https://yourblog.com",
            "GHOST_ADMIN_API_KEY": "your_admin_api_key",
            "GHOST_API_VERSION": "v5.0"
        }
      }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.