postals mcp for Cursor
io.github.coopergwrenn/postals-mcp
Send physical handwritten postcards from any AI agent. Real pen & ink, USPS, $4.99/card.
client:Cursor
transport:stdio
runtime:npm
Install postals mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postals-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postals-mcp"
],
"env": {
"POSTALS_API_KEY": "<POSTALS_API_KEY>",
"POSTALS_SENDER_NAME": "<POSTALS_SENDER_NAME>",
"POSTALS_SENDER_ADDRESS": "<POSTALS_SENDER_ADDRESS>",
"POSTALS_SENDER_CITY": "<POSTALS_SENDER_CITY>",
"POSTALS_SENDER_STATE": "<POSTALS_SENDER_STATE>",
"POSTALS_SENDER_ZIP": "<POSTALS_SENDER_ZIP>",
"POSTALS_DEFAULT_CARD_IMAGE": "<POSTALS_DEFAULT_CARD_IMAGE>",
"POSTALS_HANDWRITING_STYLE": "<POSTALS_HANDWRITING_STYLE>",
"POSTALS_DAILY_LIMIT": "<POSTALS_DAILY_LIMIT>",
"POSTALS_TEST_MODE": "<POSTALS_TEST_MODE>",
"CLOUDFLARE_ACCOUNT_ID": "<CLOUDFLARE_ACCOUNT_ID>",
"CLOUDFLARE_API_TOKEN": "<CLOUDFLARE_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs