New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@postfleet/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postfleet/mcp

Local (stdio) MCP server for Postfleet — email tools for AI agents.

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
75
-22.68%
Maintainers
1
Weekly downloads
 
Created
Source

@postfleet/mcp

Local MCP server for Postfleet — give an AI agent its own email address, then send, receive, and read mail. Runs on your machine over stdio and talks to the Postfleet API with your key.

Prefer a hosted server (no install)? Point your client at https://api.postfleet.ai/api/mcp with an Authorization: Bearer <key> header instead. The Cursor plugin manifest declares headers.Authorization = Bearer ${POSTFLEET_API_KEY}.

Setup

You need a Postfleet API key (pf_...) from https://postfleet.ai. No install step — npx fetches the latest on demand.

Claude Desktop / Cursor / any MCP client

{
  "mcpServers": {
    "postfleet": {
      "command": "npx",
      "args": ["-y", "@postfleet/mcp"],
      "env": { "POSTFLEET_API_KEY": "pf_your_key_here" }
    }
  }
}

Hosted (streamable HTTP):

{
  "mcpServers": {
    "postfleet": {
      "url": "https://api.postfleet.ai/api/mcp",
      "headers": { "Authorization": "Bearer pf_your_key_here" }
    }
  }
}

Claude Code

claude mcp add postfleet --env POSTFLEET_API_KEY=pf_your_key_here -- npx -y @postfleet/mcp

Environment

VariableRequiredDefaultPurpose
POSTFLEET_API_KEYyesYour pf_ API key.
POSTFLEET_API_URLnohttps://api.postfleet.aiAPI origin. Override for staging/self-hosted.

Tools

16 tools: list_mailboxes, create_mailbox, list_domains, create_domain, verify_domain, send_email, reply_email, list_inbox, read_email, wait_for_email, create_draft, list_drafts, get_draft, update_draft, send_draft, delete_draft.

Support

Questions or bug reports? Reach us at postfleet.ai.

Keywords

mcp

FAQs

Package last updated on 02 Sep 2026

Related posts