Skip to content
VS Code

paystack mcp for VS Code

io.github.tracentdev/paystack-mcp

Agent-callable Paystack for African commerce. Ten tools, integer-kobo money, NDPA-compliant.

client:VS Code transport:stdio runtime:npm

Install paystack mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "paystack-secret-key",
      "description": "PAYSTACK_SECRET_KEY",
      "password": true
    }
  ],
  "servers": {
    "paystack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tracent/paystack-mcp"
      ],
      "env": {
        "PAYSTACK_SECRET_KEY": "${input:paystack-secret-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

paystack mcp in other clients