Skip to content
Cursor

POPCORN MCP for Cursor

io.github.violetclaire/popcorn-mcp

Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.

client:Cursor transport:stdio runtime:npm

Install POPCORN MCP 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": {
    "popcorn-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@violetclaire/popcorn-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
      }
    }
  }
}

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

POPCORN MCP in other clients