MCP Catalogs
Home

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 uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivitytravelAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis 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-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"]
    }
  }
}

wanderlog-mcp · Install

Installation

  1. **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

  1. **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.

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