Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your API key
Before connecting, you need a Paubox Email API key. See Authentication for how to generate one from the Paubox dashboard.
Connect via Claude.ai
- In Claude.ai, open Settings > Integrations.
- Click Add integration and choose MCP server.
- Enter the server URL:
- When prompted, provide your API key as the
PAUBOX_API_KEYcredential. - Click Save. Claude will discover the available Paubox tools automatically.
Connect via Claude Desktop
Open (or create) The config file is located at:
claude_desktop_config.json and add the paubox entry to mcpServers:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Test the connection
Ask Claude to verify your credentials:
“Use the Paubox MCP server to validate my credentials.”Claude will call
validate_credentials and confirm your API key is working. Then try sending a test email:“Send a test email to me@example.com from sender@yourdomain.com with the subject ‘Hello from MCP’.”Claude will call
send_secure_email and return a source_tracking_id you can use to check delivery status.Other MCP-compatible clients
Any client that supports the MCP specification can connect using either transport:- SSE (HTTP):
https://mcp.paubox.com/ssewithAuthorization: Token token=YOUR_API_KEY - stdio: run
npx -y @paubox/mcp-serverwithPAUBOX_API_KEYandPAUBOX_API_USERNAMEset in the environment