Model Context Protocol server for BotEmail.ai - Email infrastructure for autonomous agents
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.
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.
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.
Everything the assistant can do here goes through one of these:
Prerequisites — The Prerequisites tool exposed by this serverSetup — 1. Clone this repository: bash git clone https://github.com/claw-silhouette/botemail-mcp-server.git cd botemail-mcp-servercreate_bot_email — The create_bot_email tool exposed by this serverget_emails — The get_emails tool exposed by this serverget_email_by_id — The get_email_by_id tool exposed by this serverregister_webhook — The register_webhook tool exposed by this serverAmong 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.
| Tool | What it does |
|---|---|
| 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. |
{
"mcpServers": {
"botemail": {
"command": "node",
"args": ["/absolute/path/to/botemail-mcp-server/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.