MCP Catalogs
Home

mcp-server-chart vs grok-faf-mcp

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

mcp-server-chart
by antvis
grok-faf-mcp
by Wolfe-Jam
Stars★ 4,068★ 16
30d uses10,239
Score8445
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
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.

grok-faf-mcp · Summary

Persistent project context for xAI Grok using IANA-registered .faf format with URL-based MCP server.

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

grok-faf-mcp · Use cases

  • Persistent project context for Grok development sessions
  • Zero-configuration MCP deployment via URL
  • Project initialization and context scoring

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

grok-faf-mcp · Install

Installation

Option 1: Hosted (Instant)

Use the pre-deployed server:

https://grok-faf-mcp.vercel.app/sse

Option 2: Self-Deploy (Vercel)

Click the Deploy with Vercel button in the README or deploy directly:

vercel github.com/Wolfe-Jam/grok-faf-mcp

Option 3: Local Execution

npx grok-faf-mcp

Integration with Claude Desktop

Add to your Claude Desktop config.json:

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