MCP Catalogs
Home

hotpepper-gourmet-mcp-server vs time

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

hotpepper-gourmet-mcp-server
by miyamo2
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3577
Official
Categories
E-commerceDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit3 mo agothis month

hotpepper-gourmet-mcp-server · Summary

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

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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)

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.