Skip to content
Grok

mcp worldpay for Grok

io.github.codespar/mcp-worldpay

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

client:Grok transport:stdio runtime:npm

Install mcp worldpay in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-worldpay": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp worldpay in other clients