MCP Catalogs
Home

mcp-server-chart vs RedNote-MCP

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

mcp-server-chart
by antvis
RedNote-MCP
by iFurySt
Stars★ 4,068★ 1,053
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Web Scrapingsocial-mediaProductivity
LanguageTypeScriptTypeScript
Last committhis month12 mo ago

mcp-server-chart · Summary

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

RedNote-MCP · Summary

RedNote MCP server provides programmatic access to XiaoHongShu content through search and URL fetching.

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

RedNote-MCP · Use cases

  • Content research by searching XiaoHongShu with specific keywords
  • Retrieving detailed note content from known XiaoHongShu URLs
  • Automating content collection from the XiaoHongShu platform

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

RedNote-MCP · Install

Installation

  1. Install prerequisites:
npx playwright install
  1. Install via npm:
npm install -g rednote-mcp
  1. Initialize authentication:
rednote-mcp init
  1. Configure in Claude Desktop:
{
  "mcpServers": {
    "RedNote MCP": {
      "command": "rednote-mcp",
      "args": ["--stdio"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.