hotpepper-gourmet-mcp-server vs filesystem
Side-by-side comparison to help you pick between these two MCP servers.
hotpepper-gourmet-mcp-server by miyamo2 | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 35 | 77 |
| Official | — | ✓ |
| Categories | E-commerceDeveloper ToolsOther | File SystemDeveloper ToolsProductivity |
| Language | Go | TypeScript |
| Last commit | 3 mo ago | this month |
hotpepper-gourmet-mcp-server · Summary
Unofficial MCP server for accessing Hotpepper Gourmet restaurant search APIs via Go implementation.
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
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
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
hotpepper-gourmet-mcp-server · Install
Installation
Homebrew
brew install miyamo2/tap/hotpepper-gourmet-mcp-serverGo
go install github.com/miyamo2/hotpepper-gourmet-mcp-server@latestFrom 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
- Get API key from [Recruit WEB Services](https://webservice.recruit.co.jp/register)
filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.