Printr MCP Server

Let AI agents create, discover, and track tokens across chains via Printr. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-17 · ★ 3 · #416 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Printr

before you install - you'll need

Set OPENROUTER_API_KEY before connecting. EVM_WALLET_PRIVATE_KEY, SVM_WALLET_PRIVATE_KEY are optional or environment-specific per the README.

Claude Code

claude mcp add printrfi-printr-mcp -- npx -y @printr/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "printrfi-printr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@printr/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @printr/mcp - the @printr scope differs from the repo owner (printrfi); confirm it's the project's official package

registry namespace io.github.PrintrFi is GitHub-verified and matches the repo owner

03 · What Printr can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

sdk-v0.9.0 · 2026-07-17

0.9.0 (2026-07-17) · add normalizeTokenId + CAIP token-id regex exports · add Robinhood chain support (eip155:4663) · add Robinhood chain support (eip155:4663) · normalizeTokenId + CAIP token-id regex exports · align…

cli-v0.5.0 · 2026-07-01

0.5.0 (2026-06-20) · scaffold Fumadocs documentation site

mcp-v0.18.0 · 2026-07-01

0.18.0 (2026-06-20) · scaffold Fumadocs documentation site · mcp-worker: scaffold remote MCP server on Cloudflare Workers · remote MCP server on Cloudflare Workers · handle MCP metadata flags before startup · build…

04 · Who maintains Printr

printr is maintained by printrfi. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #416 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-17)
registry
io.github.PrintrFi/printr (active, first published 2026-03-02)
packages
npm:@printr/mcp

06 · Printr FAQ

What is Printr?

Let AI agents create, discover, and track tokens across chains via Printr. It runs locally over stdio via the published package.

Is Printr still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-17 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Printr?

Run `npx -y @printr/mcp`. The README documents 3 environment variables (OPENROUTER_API_KEY, EVM_WALLET_PRIVATE_KEY, SVM_WALLET_PRIVATE_KEY) to set first. Set OPENROUTER_API_KEY before connecting. EVM_WALLET_PRIVATE_KEY, SVM_WALLET_PRIVATE_KEY are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Printr run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Printr

More MCP servers to compare · Prism MCP · Lighthouse MCP · Tactus · Jd Intel MCP · Prufa MCP

More TypeScript MCP servers · Prodlint · MediaWiki MCP Server · Bexio MCP Server · see all