clawpay for Cursor
io.github.up2itnow0822/clawpay
Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.
client:Cursor
transport:stdio
runtime:npm
Install clawpay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs