← Back to browse

printr

Indexed by io.github.PrintrFi

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPRINTR_API_KEY OPENROUTER_API_KEY OPENROUTER_IMAGE_MODEL EVM_WALLET_PRIVATE_KEY SVM_WALLET_PRIVATE_KEY
Claude Code
claude mcp add --env PRINTR_API_KEY= --env OPENROUTER_API_KEY= --env OPENROUTER_IMAGE_MODEL= --env EVM_WALLET_PRIVATE_KEY= --env SVM_WALLET_PRIVATE_KEY= printr -- npx @printr/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"printr","command":"npx","args":["@printr/mcp"],"env":{"PRINTR_API_KEY":"","OPENROUTER_API_KEY":"","OPENROUTER_IMAGE_MODEL":"","EVM_WALLET_PRIVATE_KEY":"","SVM_WALLET_PRIVATE_KEY":""}}'
JSON
{
  "mcpServers": {
    "printr": {
      "command": "npx",
      "args": [
        "@printr/mcp"
      ],
      "env": {
        "PRINTR_API_KEY": "",
        "OPENROUTER_API_KEY": "",
        "OPENROUTER_IMAGE_MODEL": "",
        "EVM_WALLET_PRIVATE_KEY": "",
        "SVM_WALLET_PRIVATE_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.