xendit mcp for Cursor
io.github.mrslbt/xendit-mcp
Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.
client:Cursor
transport:stdio
runtime:npm
Install xendit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xendit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs