Printr

Introduction

Launch cross-chain tokens from TypeScript or from an AI agent.

Printr is a monorepo for launching tokens across EVM chains and Solana. It ships three surfaces over one core:

  • @printr/sdk — a pure TypeScript SDK for blockchain and API functionality.
  • @printr/mcp — an MCP server that exposes the SDK to AI agents.
  • @printr/cli — a CLI to configure MCP servers and install agent skills.

The SDK is the single source of truth; the MCP server and CLI both build on it.

Where to go next

On this page