hotpepper-gourmet-mcp-server vs sequentialthinking
并排对比,帮你在这两个 MCP server 之间做选择。
hotpepper-gourmet-mcp-server by miyamo2 | sequentialthinking by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 35 | 75 |
| 官方 | — | ✓ |
| 分类 | 电商开发者工具其它 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
hotpepper-gourmet-mcp-server · 概述
非官方的 MCP 服务器,通过 Go 实现访问 Hotpepper Gourmet 餐厅搜索 API。
sequentialthinking · 概述
Sequential Thinking MCP 服务器通过逐步推理支持动态问题解决。
hotpepper-gourmet-mcp-server · 使用场景
- 在日本特定区域搜索符合各种条件的餐厅
- 获取餐厅数据和主数据用于餐饮相关应用
- 将餐厅搜索功能集成到 AI 助手中
sequentialthinking · 使用场景
- 规划复杂系统迁移并进行风险评估
- 需要逐步分析的调试生产环境问题
- 比较具有条件分支的架构选项
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 密钥
sequentialthinking · 安装
安装
**Claude Desktop**: 添加到您的 claude_desktop_config.json 文件中:
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}**VS Code**: 使用安装按钮或手动配置:
{
"servers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}**Docker**:
{
"mcpServers": {
"sequentialthinking": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp/sequentialthinking"
]
}
}
}