MCP Catalogs
Home

sequentialthinking vs razorpay-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

sequentialthinking
by modelcontextprotocol
razorpay-mcp-server
by razorpay
Stars★ 85,748★ 220
30d uses
Score7551
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
FinanceDeveloper ToolsE-commerce
LanguageTypeScriptGo
Last committhis monththis month

sequentialthinking · Summary

Sequential Thinking MCP Server enables dynamic problem-solving through step-by-step reasoning.

razorpay-mcp-server · Summary

Official Razorpay MCP Server for payment processing with remote/local setup options.

sequentialthinking · Use cases

  • Planning complex system migrations with risk assessment
  • Debugging production issues requiring step-by-step analysis
  • Comparing architecture options with conditional branching

razorpay-mcp-server · Use cases

  • Automating payment workflows in business applications
  • Building AI-powered payment processing assistants
  • Integrating Razorpay capabilities into development environments

sequentialthinking · Install

Installation

**Claude Desktop**: Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**VS Code**: Use one of the installation buttons or manually configure with:

{
  "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 · Install

Installation

Remote Server (Recommended)

For Remote MCP Server, you only need Node.js installed (which includes npm and npx):

# Install Node.js using Homebrew (macOS)
brew install node

# Or using Chocolatey (Windows)
choco install nodejs

Configuration with Claude Desktop

Add to your claude_desktop_config.json:

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

Replace <Merchant Token> with your Razorpay merchant token.

Comparison generated from public README + GitHub signals. Last updated automatically.