MCP Catalogs
Home

mcp-server-chart vs autoapply-mcp

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

mcp-server-chart
by antvis
autoapply-mcp
by preetrajdeo
Stars★ 4,068★ 0
30d uses10,239
Score8436
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationProductivityAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

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

autoapply-mcp · Summary

An MCP server that automates job applications by filling forms and uploading resumes via browser automation.

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

autoapply-mcp · Use cases

  • Automatically apply to multiple job postings with a single command
  • Pre-fill standard application fields from saved profile data
  • Auto-upload resumes to application forms
  • Handle complex form fields including dropdowns and file uploads

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

autoapply-mcp · Install

Setup with Smithery (easiest)

npx -y @smithery/cli mcp add preetrajdeo/autoapply-mcp

Manual configuration

  1. Open Claude Desktop config file:

- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json

  1. Add this configuration (merge with existing content):
{
  "mcpServers": {
    "autoapply": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://autoapply-mcp.onrender.com/sse"]
    }
  }
}
  1. Fully quit and restart Claude Desktop.
Comparison generated from public README + GitHub signals. Last updated automatically.