MCP Catalogs
首页

sequentialthinking vs pancake-pos-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

sequentialthinking
by modelcontextprotocol
pancake-pos-mcp
by nguyennguyenit
Stars★ 85,748★ 28
30天用量
综合分7546
官方
分类
AI / LLM 工具开发者工具效率工具
电商开发者工具运维基建
实现语言TypeScriptTypeScript
最近提交本月本月

sequentialthinking · 概述

Sequential Thinking MCP 服务器通过逐步推理支持动态问题解决。

pancake-pos-mcp · 概述

针对Pancake POS的MCP服务器,提供24个越南电子商务管理工具。

sequentialthinking · 使用场景

  • 规划复杂系统迁移并进行风险评估
  • 需要逐步分析的调试生产环境问题
  • 比较具有条件分支的架构选项

pancake-pos-mcp · 使用场景

  • 自动化越南电子商务企业的订单处理、发货和状态更新
  • 管理多个仓库的库存和盘点
  • 跨多个电子商务平台(Shopee、Lazada、TikTok)同步产品和订单
  • 跟踪CRM活动和销售管道机会

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"
      ]
    }
  }
}

pancake-pos-mcp · 安装

安装

  1. 克隆仓库:
git clone https://github.com/nguyennguyenit/pancake-pos-mcp.git
cd pancake-pos-mcp
  1. 安装依赖:
bun install
  1. 配置凭证:
cp .env.example .env
# 编辑 .env 文件,填入你的 PANCAKE_POS_API_KEY 和 PANCAKE_POS_SHOP_ID
  1. 运行服务器:
bun run src/index.ts
  1. 对于 Claude Desktop,添加到 claude_desktop_config.json
{
  "mcpServers": {
    "pancake-pos": {
      "command": "bun",
      "args": ["run", "/path/to/pancake-pos-mcp/src/index.ts"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。