GoodPostal in other AI tools

GoodPostal is a remote server that speaks the Model Context Protocol over streamable HTTP, so it works with any MCP client. Coding tools like Cursor, Codex, and the Gemini CLI point at the full server endpoint, which exposes every tool including sender and tracking-domain setup. Connecting an email sending service (ESP) stays in the GoodPostal dashboard.

The endpoint

Command line tools and editors use the full GoodPostal endpoint:

text
https://mcp.goodpostal.com/mcp/goodpostal

Authentication uses OAuth 2.1 and is discovered automatically, so you never paste an API key. The first time your tool connects it opens a browser so you can log in and pick a workspace.

Add GoodPostal to .cursor/mcp.json in your project, or to ~/.cursor/mcp.json to make it available everywhere:

json
{
  "mcpServers": {
    "goodpostal": {
      "url": "https://mcp.goodpostal.com/mcp/goodpostal"
    }
  }
}

Restart Cursor after saving. Cursor starts the OAuth flow automatically on first connect.

Next steps

Join our newsletter

Keep up with the latest from GoodPostal. No spam, just the good stuff.

We care about your data. Read our privacy policy.