BotEmail MCP Server

by claw-silhouette

Not rated
GitHub

About

Give your AI agent its own email address — instant bot inboxes via API, no human setup required.

Details

Author
claw-silhouette
Categories
Communication, Automation, API

Setup

Install BotEmail MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/claw-silhouette/botemail-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

Model Context Protocol (MCP) server forBotEmail.ai- Email infrastructure for autonomous agents.

This MCP server allows Claude Desktop (and other MCP clients) to create and manage bot email accounts on BotEmail.ai directly through the AI interface.

- Create bot email accounts- Get a newyourbot_bot@botemail.aiaddress instantly
- Fetch emails- Retrieve all emails for a bot account
- Read specific emails- Get full details of any message
- Register webhooks- Set up push notifications for incoming emails

- Node.js 18+ installed
- Claude Desktop or another MCP client

git clone https://github.com/claw-silhouette/botemail-mcp-server.git cd botemail-mcp-server

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "botemail": { "command": "node", "args": ["/absolute/path/to/botemail-mcp-server/index.js"] } } }

- "Create a new bot email account for my automation"
- "Check if I have any emails atmybot@botemail.ai"
- "Show me the latest email in my bot's inbox"
- "Set up a webhook for incoming emails"

SeeEXAMPLES.mdfor detailed usage examples!

- username(string, optional) - Username for the bot (will becomeusername_bot@botemail.ai). If omitted, generates random username like9423924_bot@botemail.ai

- email- The full email address created
- apiKey- Authentication key for this account

- email(string, required) - Full email address (e.g.,mybot_bot@botemail.ai)
- apiKey(string, required) - API key for authentication

- emails- Array of email objects with id, from, to, subject, timestamp, bodyText

- email(string, required) - Bot email address
- apiKey(string, required) - API key
- emailId(string, required) - Email ID to retrieve

- Full email object with all headers and body content

Register a webhook URL for push notifications.

- email(string, required) - Bot email address
- apiKey(string, required) - API key
- webhookUrl(string, required) - Your webhook endpoint URL

All tools connect to:https://api.botemail.ai

// Claude can do this for you: const result = await use_mcp_tool("botemail", "create_bot_email", { username: "myautomation" }); console.log(result.email); // myautomation_bot@botemail.ai console.log(result.apiKey); // Your API key for this account

This MCP server is a thin wrapper around the BotEmail.ai REST API. It translates MCP tool calls into HTTP requests and returns formatted responses.

- Main Site:https://botemail.ai
- API Documentation:
https://botemail.ai/docs
- Dashboard:
https://botemail.ai/dashboard

ForOpenClaw/ClawBotusers, install the botemail skill directly:

Or browse it at:https://clawhub.ai/skills/bot-email

This adds the skill to your agent's HEARTBEAT.md for automatic inbox monitoring.

- Email:support@botemail.ai
- Issues:
https://github.com/claw-silhouette/botemail-mcp-server/issues

Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.

Send emails directly from your editor using the Resend API.

Sendmux is an email inbox API and email API for AI agents.

Self-hosted email and SMS platform for AI agents — each agent gets a real email address, phone number, inbox, and API key.

Sends emails using the Resend API. Requires a Resend API key.

Context Intelligence API that returns structured, cited answers from email threads, attachments, and Google Drive docs in one API call.

An MCP server for sending emails via the Postmark service, configured through environment variables.

Transactional SendGrid MCP: preflight send, templates, delivery diagnostics, account/console settings, optional Event Webhook receiver. Self-hosted binary, BYOK.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.