hotpepper-gourmet-mcp-server vs filesystem
并排对比,帮你在这两个 MCP server 之间做选择。
hotpepper-gourmet-mcp-server by miyamo2 | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 35 | 77 |
| 官方 | — | ✓ |
| 分类 | 电商开发者工具其它 | 本地文件系统开发者工具效率工具 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
hotpepper-gourmet-mcp-server · 概述
非官方的 MCP 服务器,通过 Go 实现访问 Hotpepper Gourmet 餐厅搜索 API。
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
hotpepper-gourmet-mcp-server · 使用场景
- 在日本特定区域搜索符合各种条件的餐厅
- 获取餐厅数据和主数据用于餐饮相关应用
- 将餐厅搜索功能集成到 AI 助手中
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
hotpepper-gourmet-mcp-server · 安装
安装
Homebrew
brew install miyamo2/tap/hotpepper-gourmet-mcp-serverGo
go install github.com/miyamo2/hotpepper-gourmet-mcp-server@latest从发布页面下载
从[发布页面](https://github.com/miyamo2/hotpepper-gourmet-mcp-server/releases/latest)下载
配置
添加到您的 MCP 主机配置中:
{
"mcpServers": {
"hotpepper-gourmet-mcp-server": {
"command": "hotpepper-gourmet-mcp-server",
"env": {
"HOTPEPPER_GOURMET_API_KEY": "<Hotpepper Gourmet API Key>"
}
}
}
}设置
- 从 [Recruit WEB 服务](https://webservice.recruit.co.jp/register) 获取 API 密钥
filesystem · 安装
安装
使用 NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}使用 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 扩展
点击 README 中的安装按钮直接在 VS Code 中安装。