MCP INTEGRATION SPECIFICATION

Connecting Claude Desktop & Cursor to Rankwyn MCP

Learn how to add Rankwyn's Model Context Protocol (MCP) server to Claude Desktop, Cursor IDE, or custom AI agent runners.

Step 1: Add Configuration to Claude Desktop

Open your Claude Desktop configuration file (claude_desktop_config.json) and add the following entry:

{
  "mcpServers": {
    "rankwyn": {
      "command": "npx",
      "args": [
        "-y",
        "@rankwyn/mcp-server",
        "--api-key",
        "rw_live_9f8a37b12c5e4100ab8d9e7"
      ]
    }
  }
}

Step 2: Test Tool Execution with Human Dry-Run Safety

Once connected, ask Claude: "Audit my portfolio sites in Rankwyn and suggest schema fixes." Any write mutation will be safely staged in your Human Approval Queue.