Send physical handwritten postcards from any AI agent. Real pen & ink, USPS, $4.99/card.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The agent skill that turns any AI into a direct mail machine. One tool call. Real handwritten postcards. Delivered by USPS.
Send physical handwritten postcards from any MCP-compatible AI agent β Claude Desktop, Cursor, Claude Code, OpenClaw, n8n, LangChain, CrewAI, or your own code. Postals handles image upload, card creation, robotic handwriting (real pen and ink), and USPS mailing.
Website: postals.ai
A new pattern is emerging in the AI agent ecosystem: autonomous bots that scan the world (satellite imagery, social media, public records), identify opportunities, and reach out with real physical mail. Pool builders, landscapers, roofers, solar installers, real estate agents β they're closing five- and six-figure deals from postcards mailed by bots.
Before Postals, every builder hand-rolled their own mailing stack: image upload, card templating, print API, address validation, USPS handoff, tracking. It took weeks and was fragile.
We ship this as one tool. Your agent calls send_postcard with a recipient and a message. We do the rest.
Coming soon β the developer portal at postals.ai/developers is launching shortly. Once live, the flow is:
- Go to postals.ai/developers
- Create an account with your email (one-click magic link β no password)
- Fund your wallet ($25 / $50 / $100 / $250 via Stripe or crypto)
- Copy your
postals_live_API key- Paste it into your MCP config (see step 2 below)
That's it. No external accounts needed. Just Postals.
If you're in Claude Code, Cursor, Continue, Aider, or any other MCP client with filesystem access, just tell your agent:
Install the postals-mcp MCP server for this client. My Postals API key is:
PASTE_YOUR_KEY_HERE. Start in test mode so I can verify the setup before sending real cards.
Your agent will locate your MCP config file, merge the postals entry into your existing mcpServers (preserving any other servers you have), wire up the env vars, and tell you to restart the client. You never touch JSON.
Optional β add return-address details to the same prompt so send_postcard works without per-call overrides:
...and use Jane Smith, 123 Main St, Austin TX 78701 as my return address.
Then fully quit and relaunch the client (Cmd+Q on macOS β just closing the window isn't enough).
For Claude Desktop (no built-in filesystem access by default), or any client where you'd rather set it up manually, edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Configs for other clients (Cursor, Claude Code, OpenClaw) are in the Client configuration section below.
Fully restart the client after editing. (Not just close the window β quit from the menu.)
Open a new chat and ask:
"List the MCP tools you have available."
You should see send_postcard and generate_message.
Still in test mode (POSTALS_TEST_MODE=true), ask:
"Send a postcard to Jane Smith at 123 Oak St, Austin TX 78701 saying 'Thanks for the great meeting yesterday β looking forward to next steps.'"
The agent will call send_postcard. You'll get back a mock order_id and confirmation that test mode is on. No card mailed, no money spent.
Remove POSTALS_TEST_MODE from your config (or set to false), restart, and your next send will mail a real card.
Copy-paste-ready configs for every major MCP client. If you're in Claude Code, Cursor, Continue, or Aider, you can skip this section entirely β just tell your agent to install Postals (see Option A in Quick Start) and it'll handle the config for you.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
%APPDATA%\Claude\claude_desktop_config.json (Windows)
Global: ~/.cursor/mcp.json
Per-project: .cursor/mcp.json in repo root
Then set env vars in ~/.claude/settings.json under mcpServers.postals.env.
See the bundled SKILL.md for the full agent-facing skill definition. For standalone OpenClaw usage:
Install the Postals toolkit from the Composio marketplace. One-click add to any workflow. See Composio docs when available.
Any MCP client library works. Example with the official TypeScript SDK:
send_postcardMails one physical handwritten postcard to a US address.
Input
| Field | Type | Required | Description |
|---|---|---|---|
to_name | string | β | Recipient's full name |
to_address | string | β | Street address line 1 |
to_address_2 | string | Apt/suite/unit | |
to_city | string | β | City |
to_state | string | β | 2-letter US state code |
to_zip | string | β | 5-digit ZIP (or 5+4) |
message | string | β | Handwritten message (max 400 chars) |
front_image_url | string | HTTPS URL to card front image (PNG/JPEG). Falls back to POSTALS_DEFAULT_CARD_IMAGE. | |
handwriting_style | string | Font name. Default: Joyful Jennifer | |
return_address | object | Per-call sender override. Falls back to POSTALS_SENDER_* env vars. | |
idempotency_key | string | Unique dedup key. Same key = same result, no duplicate send. 24h TTL. |
Output (success)
balance_remaining and cards_available return real values when using a postals_live_ API key from postals.ai/developers.
Output (test mode) adds test_mode: true and mock_order_id. No card is mailed.
Output (error) returns isError: true with an actionable message. See Error handling.
generate_messageAI-drafts a personalized postcard message. Uses Cloudflare AI if configured; otherwise returns a structured prompt your agent can use to self-generate (which is often just as good, since the agent is already an LLM).
Input
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/postals-mcp)<a href="https://allmcps.com/mcp/postals-mcp"><img src="https://allmcps.com/api/badge/postals-mcp?style=directory" alt="Postals MCP on AllMCPs" /></a>