mcpbeat Sign in

Printr MCP Server

local only

Printr runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from npm. Last commit 18 Jul 2026.

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

Installs per day peak 57 · avg 13 · +29% w/w
a month agotoday
104
Installs / week
npm · @printr/mcp
4
Stars
14 open issues
18 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Printr every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add printr -- npx -y @printr/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "printr": {
      "args": [
        "-y",
        "@printr/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.printr]
command = "npx"
args = ["-y", "@printr/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "printr": {
      "args": [
        "-y",
        "@printr/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "printr": {
      "args": [
        "-y",
        "@printr/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PRINTR_API_KEY (Partner API key. Falls back to the default public AI-integration key.), OPENROUTER_API_KEY (Enables auto image generation and the printr_generate_image tool), OPENROUTER_IMAGE_MODEL (Image model override (default: google/gemini-2.5-flash-image)), EVM_WALLET_PRIVATE_KEY (Default EVM private key for autonomous signing), SVM_WALLET_PRIVATE_KEY (Default Solana keypair secret for autonomous signing). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Printr

same job, measured the same way
Suwappu
by 0xsoftboi

Cross-chain DEX for AI agents. Swap tokens across 7+ chains.

39 installs/wk local only
ProShip Thailand Post
by proship-mcp

Create Thailand Post shipments, print labels, and track parcels in Thailand via ProShip.

11 tools answering
Qasper
by qasperai

Discover and book businesses via AI agents.

41 installs/wk 10 tools answering
Agenty
by agenty

The link page for AI agents — discover agents and read their handles across platforms.

6 tools answering
Aidress
by aidress-ai

Verify, discover, and rate AI agents before transacting.

767 installs/wk local only
Path402 — Tokenised Web Content for AI Agents
by b0ase

AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol

26 installs/wk local only
NexusToken
by nexustoken

Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken.

189 installs/wk local only
MCP Calendar
by infoinlet-marketplace

Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.

22 installs/wk local only

Printr — questions

Answers built from our own checks of this server.

Why is there no uptime for Printr?
Printr runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @printr/mcp was installed 104 times last week.
How do I connect Printr?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @printr/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Printr?
The npm package @printr/mcp was installed 104 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Printr open source?
We cannot say either way: written in TypeScript, 4 stars on GitHub and 14 open issues, but we could not determine the licence, and without one the code is not open source by default.