Skip to content
Cursor

x402 mcp server for Cursor

io.github.jmthomasofficial/x402-mcp-server

JMT x402: 35 pay-per-call Base/USDC tools for agents, auto-paid via x402 v2. No API key.

client:Cursor transport:stdio runtime:npm

Install x402 mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "x402-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jmthomasofficial/x402-mcp-server"
      ],
      "env": {
        "JMT_X402_PRIVATE_KEY": "<JMT_X402_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

x402 mcp server in other clients