Skip to content
Cursor

printr for Cursor

io.github.printrfi/printr

Let AI agents create, discover, and track tokens across chains via Printr.

client:Cursor transport:stdio runtime:npm

Install printr 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": {
    "printr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@printr/mcp"
      ],
      "env": {
        "PRINTR_API_KEY": "<PRINTR_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "OPENROUTER_IMAGE_MODEL": "<OPENROUTER_IMAGE_MODEL>",
        "EVM_WALLET_PRIVATE_KEY": "<EVM_WALLET_PRIVATE_KEY>",
        "SVM_WALLET_PRIVATE_KEY": "<SVM_WALLET_PRIVATE_KEY>"
      }
    }
  }
}

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

printr in other clients