x402 mcp server for Cursor
io.github.jannis-e/x402-mcp-server
Pay-per-call x402 tools on Base: web extract/render, burn-once secret vault, chart, GeoTIFF
client:Cursor
transport:stdio
runtime:npm
Install x402 mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-mcp-server_by_milza"
],
"env": {
"BASE_PRIVATE_KEY": "<BASE_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs