Skip to content
Claude Desktop

mcp worldpay for Claude Desktop

io.github.codespar/mcp-worldpay

MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize

client:Claude Desktop transport:stdio runtime:npm

Install mcp worldpay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-worldpay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-worldpay"
      ],
      "env": {
        "WORLDPAY_USERNAME": "<WORLDPAY_USERNAME>",
        "WORLDPAY_PASSWORD": "<WORLDPAY_PASSWORD>",
        "WORLDPAY_ENTITY": "<WORLDPAY_ENTITY>",
        "WORLDPAY_ENV": "<WORLDPAY_ENV>",
        "WORLDPAY_API_VERSION": "<WORLDPAY_API_VERSION>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp worldpay in other clients