Skip to content
VS Code

xendit mcp for VS Code

io.github.mrslbt/xendit-mcp

Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.

client:VS Code transport:stdio runtime:npm

Install xendit mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "xendit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xendit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

xendit mcp in other clients