kx402 for Cursor
io.github.kali123411/kx402
Kaspa x402 agent payer — pay x402 v2 services on Kaspa (KAS) per call, no account or API key
client:Cursor
transport:stdio
runtime:npm
Install kx402 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kx402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kx402"
],
"env": {
"KASPA_X402_KASPA_WASM_MODULE": "<KASPA_X402_KASPA_WASM_MODULE>",
"KASPA_X402_FUNDING_WALLET": "<KASPA_X402_FUNDING_WALLET>",
"KASPA_X402_NETWORK": "<KASPA_X402_NETWORK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs