MCP Catalogs
Home

mcp-server-chart vs context-awesome

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

mcp-server-chart
by antvis
context-awesome
by bh-rat
Stars★ 4,068★ 51
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsSearch
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.

context-awesome · Summary

An MCP server providing access to curated awesome lists with search and section discovery 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

context-awesome · Use cases

  • Research agents can quickly gather high-quality resources on any topic
  • Knowledge workers can find the best tools and libraries for their projects
  • Learning agents can discover relevant educational materials for specific subjects

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

context-awesome · Install

Installation

Remote Server (Recommended)

Add to your MCP client configuration:

**Claude Desktop**

{
  "mcpServers": {
    "context-awesome": {
      "url": "https://www.context-awesome.com/api/mcp"
    }
  }
}

**Cursor/Claude Code**

claude mcp add --transport http context-awesome https://www.context-awesome.com/api/mcp

**Local stdio** (for offline use)

{
  "mcpServers": {
    "context-awesome": {
      "command": "npx",
      "args": ["-y", "context-awesome-mcp", "serve", "--transport", "stdio"],
      "env": {
        "CONTEXT_AWESOME_API_HOST": "https://api.context-awesome.com"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.