Botemail MCP Server

Model Context Protocol server for BotEmail.ai - Email infrastructure for autonomous agents

Local serverstdio

What is the Botemail MCP server?

Model Context Protocol server for BotEmail.ai - Email infrastructure for autonomous agents. The botemail mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.

What it actually does

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 new yourbot_bot@botemail.ai address 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

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Setup — 1. Clone this repository: bash git clone https://github.com/claw-silhouette/botemail-mcp-server.git cd botemail-mcp-server
  • create_bot_email — The create_bot_email tool exposed by this server
  • get_emails — The get_emails tool exposed by this server
  • get_email_by_id — The get_email_by_id tool exposed by this server
  • register_webhook — The register_webhook tool exposed by this server

Configuration

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

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the botemail mcp server does with a few real requests.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Botemail's toolset — Prerequisites, Setup, create_bot_email and 3 more — is a fair guide to whether it matches your workflow. It is maintained by claw-silhouette; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Botemail's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Setup1. Clone this repository: bash git clone https://github.com/claw-silhouette/botemail-mcp-server.git cd botemail-mcp-server
create_bot_emailThe create_bot_email tool exposed by this server.
get_emailsThe get_emails tool exposed by this server.
get_email_by_idThe get_email_by_id tool exposed by this server.
register_webhookThe register_webhook tool exposed by this server.

How to install the Botemail MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

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

Example prompts to try

  • Use Botemail to Prerequisites.
  • Use Botemail to Setup.
  • Use Botemail to create bot email.

Frequently asked questions

It connects Botemail to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Prerequisites, Setup, create_bot_email, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Botemail directly.