Handwrytten MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Handwrytten MCP ServerSend a birthday card to Alice at 456 Oak Ave"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Handwrytten MCP Server
An MCP (Model Context Protocol) server that lets AI assistants like Claude send real handwritten notes through Handwrytten — robots with real pens writing your messages on physical cards, mailed to your recipients.
What can it do?
What can't it do!
Once connected, your AI assistant can:
Send handwritten notes — single or bulk, with per-recipient customization
Browse cards and fonts — discover available stationery templates and handwriting styles
Manage addresses — save, update, and delete recipient and sender addresses
Create custom cards — upload images, add logos and text, design your own cards
Include gift cards and inserts — attach gift cards or marketing inserts to orders
Manage QR codes — create and attach QR codes to custom cards
Track orders — check order status, view history, get tracking info
Related MCP server: PostcardAI MCP Server
Quick Start
Option A: Remote Server (OAuth — recommended)
The Handwrytten MCP server supports OAuth 2.0 authentication. Connect directly from Claude.ai, Claude Desktop, or Claude Code — no API key needed. You'll sign in with your Handwrytten account when prompted.
Claude.ai
Add Handwrytten from the MCP integrations menu — no installation required.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"handwrytten": {
"url": "https://mcp.handwrytten.com/mcp"
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code
claude mcp add handwrytten --transport http https://mcp.handwrytten.com/mcpOption B: Local Server (API Key)
For development or self-hosted setups, you can run the server locally with an API key.
Sign up at handwrytten.com and get your API key from the API settings page.
Install and configure:
npm install -g @handwrytten/mcp-serverClaude Desktop (local)
{
"mcpServers": {
"handwrytten": {
"command": "handwrytten-mcp",
"env": {
"HANDWRYTTEN_API_KEY": "your_api_key_here"
}
}
}
}Claude Code (local)
claude mcp add handwrytten -- env HANDWRYTTEN_API_KEY=your_api_key_here handwrytten-mcpStart Using It
Just ask your AI assistant naturally:
"Send a thank-you card to Jane Doe at 123 Main St, Phoenix, AZ 85001"
"What cards do you have available for birthdays?"
"Send handwritten notes to everyone in this CSV file"
Available Tools
Orders (Core)
Tool | Description |
| Send a handwritten note — the primary tool. Supports single and bulk sends. |
| Get order details including status and tracking |
| List orders with pagination |
Cards & Fonts
Tool | Description |
| Browse all available card/stationery templates |
| Get details of a specific card |
| Get card categories (Thank You, Birthday, etc.) |
| Browse handwriting styles for orders |
| Browse printed fonts for custom card text zones |
Address Book
Tool | Description |
| List saved recipient addresses |
| Save a new recipient address |
| Update an existing recipient |
| Delete recipient address(es) |
| List saved sender (return) addresses |
| Save a new sender address |
| Delete sender address(es) |
| Get supported countries |
| Get states/provinces for a country |
Gift Cards & Inserts
Tool | Description |
| Browse gift card products with denominations |
| Browse card inserts (business cards, flyers) |
Custom Cards
Tool | Description |
| Get available card dimensions |
| Upload a cover or logo image |
| Check image quality requirements |
| List uploaded images |
| Delete an uploaded image |
| Create a custom card design |
| Get custom card details |
| Delete a custom card |
QR Codes
Tool | Description |
| List account QR codes |
| Create a new QR code |
| Delete a QR code |
| Browse decorative QR code frames |
Basket (Advanced)
Tool | Description |
| Add an order to the basket |
| Submit the basket for processing |
| List items in the basket |
| Count basket items |
| Remove a basket item |
| Clear the basket |
| List previously submitted baskets |
Account
Tool | Description |
| Get account profile and credits balance |
| List saved handwriting signatures |
Example Conversations
Simple send:
You: "Send a thank-you note to John Smith at 456 Oak Ave, Tempe AZ 85281 from our company" Claude: calls list_cards → list_fonts → send_order
Bulk send:
You: "Send birthday cards to all these people: [list/CSV]" Claude: calls list_cards → list_fonts → send_order with array of recipients
Custom card:
You: "Create a custom card with our company logo and send it to our top 5 clients" Claude: calls upload_custom_image → create_custom_card → list_recipients → send_order
Development
git clone https://github.com/handwrytten/handwrytten-mcp-server
cd handwrytten-mcp-server
npm install
npm run buildTest locally in stdio mode (API key auth):
HANDWRYTTEN_API_KEY=your_key node dist/index.jsRun the HTTP server with OAuth (requires OAuth client credentials):
MCP_SERVER_URL=http://localhost:3000 \
OAUTH_CLIENT_ID=your_client_id \
OAUTH_CLIENT_SECRET=your_client_secret \
node dist/index.jsBuilt On
Handwrytten TypeScript SDK — the official SDK this server wraps
Model Context Protocol SDK — the MCP framework
Privacy & Support
Privacy Policy: handwrytten.com/privacy-policy
Support: handwrytten.com/contact or email mcp@handwrytten.com
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/handwrytten/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server