Skip to content
Cline

printr for Cline

io.github.printrfi/printr

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

client:Cline transport:stdio runtime:npm

Install printr in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "printr": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

printr in other clients