mcp-server-chart vs wanderlog-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | wanderlog-mcp by shaikhspeare | |
|---|---|---|
| Stars | ★ 4,068 | ★ 27 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivitytravelAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
wanderlog-mcp · Summary
MCP server for building and editing trip itineraries in Wanderlog through natural language conversation.
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
wanderlog-mcp · Use cases
- Creating multi-day itineraries for destinations with all places, notes and accommodations
- Adding day trips or modifying existing travel plans through conversation
- Organizing travel logistics with checklists and expense tracking
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"]
}
}
}wanderlog-mcp · Install
Installation
- **Get your Wanderlog session cookie**
- Log in to [wanderlog.com](https://wanderlog.com) - Open DevTools (F12) - Go to Application/Storage tab → Cookies → find connect.sid and copy its value
- **Configure your MCP client**
**Claude Desktop**: Edit claude_desktop_config.json:
{
"mcpServers": {
"wanderlog": {
"command": "npx",
"args": ["wanderlog-mcp"],
"env": {
"WANDERLOG_COOKIE": "s%3A...your value here..."
}
}
}
}**Other clients**: See README for instructions on configuring Claude Code, Cursor, VS Code, OpenAI Codex, and Smithery.