MCP Catalogs
Home

hotpepper-gourmet-mcp-server vs sequentialthinking

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

hotpepper-gourmet-mcp-server
by miyamo2
sequentialthinking
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3575
Official
Categories
E-commerceDeveloper ToolsOther
AI / LLM ToolsDeveloper ToolsProductivity
LanguageGoTypeScript
Last commit3 mo agothis month

hotpepper-gourmet-mcp-server · Summary

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

sequentialthinking · Summary

Sequential Thinking MCP Server enables dynamic problem-solving through step-by-step reasoning.

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

sequentialthinking · Use cases

  • Planning complex system migrations with risk assessment
  • Debugging production issues requiring step-by-step analysis
  • Comparing architecture options with conditional branching

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)

sequentialthinking · Install

Installation

**Claude Desktop**: Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**VS Code**: Use one of the installation buttons or manually configure with:

{
  "servers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**Docker**:

{
  "mcpServers": {
    "sequentialthinking": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "mcp/sequentialthinking"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.