MCP Catalogs
Home

mcp-server-chart vs AIForwardDeveloperChallenge

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

mcp-server-chart
by antvis
AIForwardDeveloperChallenge
by keidson299
Stars★ 4,068★ 1
30d uses10,239
Score8431
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptPython
Last committhis month8 mo ago

mcp-server-chart · Summary

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

AIForwardDeveloperChallenge · Summary

Python MCP server for Claude Desktop with code analysis and task 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

AIForwardDeveloperChallenge · Use cases

  • Code analysis for software development teams
  • Task management and tracking for development workflows
  • Work logging and productivity monitoring

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

AIForwardDeveloperChallenge · Install

Installation Steps

  1. Install prerequisites:

- Python 3.10 or higher - FastMCP package: pip install fastmcp

  1. Create necessary directories and files:

``bash mkdir logs echo "[]" > tasks.json echo "[]" > logs/work_log.json ``

  1. Start the MCP server:

``bash python main.py ``

  1. Configure Claude Desktop:

Add to your Claude Desktop configuration: ``json { "mcpServers": { "software-support": { "command": "python", "args": ["path/to/server/file/main.py"] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.