MCP Catalogs
Home

mcp-server-chart vs hotpepper-gourmet-mcp-server

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

mcp-server-chart
by antvis
hotpepper-gourmet-mcp-server
by miyamo2
Stars★ 4,068★ 2
30d uses10,239
Score8435
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
E-commerceDeveloper ToolsOther
LanguageTypeScriptGo
Last committhis month3 mo ago

mcp-server-chart · Summary

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

hotpepper-gourmet-mcp-server · Summary

Unofficial MCP server for accessing Hotpepper Gourmet restaurant search APIs via Go implementation.

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

hotpepper-gourmet-mcp-server · Use cases

  • Find restaurants in specific areas of Japan with various filters
  • Access restaurant data and masters for food-related applications
  • Integrate restaurant search capabilities into AI assistants

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

hotpepper-gourmet-mcp-server · Install

Installation

Homebrew

brew install miyamo2/tap/hotpepper-gourmet-mcp-server

Go

go install github.com/miyamo2/hotpepper-gourmet-mcp-server@latest

From Releases

Download from the [releases page](https://github.com/miyamo2/hotpepper-gourmet-mcp-server/releases/latest)

Configuration

Add to your MCP host configuration:

{
  "mcpServers": {
    "hotpepper-gourmet-mcp-server": {
      "command": "hotpepper-gourmet-mcp-server",
      "env": {
        "HOTPEPPER_GOURMET_API_KEY": "<Hotpepper Gourmet API Key>"
      }
    }
  }
}

Setup

  1. Get API key from [Recruit WEB Services](https://webservice.recruit.co.jp/register)
Comparison generated from public README + GitHub signals. Last updated automatically.