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 uses | — | 10,239 |
| Score | 37 | 84 |
| Official | — | — |
| Categories | ProductivityAI / LLM ToolsOther | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | JavaScript | TypeScript |
| Last commit | 13 mo ago | this 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
- Install the MCP server via npm:
npm install -g job-searchoor- Configure Claude Desktop by adding this to your
claude_desktop_config.json:
{
"mcpServers": {
"job-search": {
"command": "npx",
"args": ["-y", "job-searchoor"]
}
}
}- Restart Claude Desktop to activate the server.
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor 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"]
}
}
}