MCP Catalogs
首页

sequentialthinking vs razorpay-mcp-server

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

sequentialthinking
by modelcontextprotocol
razorpay-mcp-server
by razorpay
Stars★ 85,748★ 220
30天用量
综合分7551
官方
分类
AI / LLM 工具开发者工具效率工具
金融数据开发者工具电商
实现语言TypeScriptGo
最近提交本月本月

sequentialthinking · 概述

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

razorpay-mcp-server · 概述

Razorpay官方MCP服务器,提供支付处理能力,支持远程和本地部署。

sequentialthinking · 使用场景

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

razorpay-mcp-server · 使用场景

  • 自动化业务应用中的支付流程
  • 构建AI驱动的支付处理助手
  • 将Razorpay功能集成到开发环境中

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

razorpay-mcp-server · 安装

安装

远程服务器(推荐)

对于远程MCP服务器,您只需要安装Node.js(包含npm和npx):

# 使用Homebrew安装Node.js (macOS)
brew install node

# 或使用Chocolatey安装 (Windows)
choco install nodejs

Claude Desktop配置

添加到您的claude_desktop_config.json文件中:

{
  "mcpServers": {
    "rzp-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.razorpay.com/mcp",
        "--header",
        "Authorization: Basic <商户令牌>"
      ]
    }
  }
}

<商户令牌>替换为您的Razorpay商户令牌。

对比内容由 README + GitHub 公开数据自动生成,定期更新。