MCP Catalogs
Home

job-searchoor vs mcp-server-chart

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

job-searchoor
by 0xDAEF0F
mcp-server-chart
by antvis
Stars★ 63★ 4,068
30d uses10,239
Score3784
Official
Categories
ProductivityAI / LLM ToolsOther
AI / LLM ToolsDeveloper ToolsProductivity
LanguageJavaScriptTypeScript
Last commit13 mo agothis month

job-searchoor · Summary

A job search MCP server that provides tools to filter and find relevant job opportunities based on keywords, location, and recency.

mcp-server-chart · Summary

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

job-searchoor · Use cases

  • AI assistants helping users find job opportunities based on their skills and preferences
  • Automated job search workflows that filter and present relevant positions
  • Integration with career planning tools to match job listings with user profiles

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

job-searchoor · Install

Installation

  1. Install the MCP server via npm:
npm install -g job-searchoor
  1. Configure Claude Desktop by adding this to your claude_desktop_config.json:
{
  "mcpServers": {
    "job-search": {
      "command": "npx",
      "args": ["-y", "job-searchoor"]
    }
  }
}
  1. Restart Claude Desktop to activate the server.

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.