Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Botemail

БесплатноНе проверен

Model Context Protocol (MCP) server for BotEmail.ai - Email infrastructure for autonomous agents. Integrates with Claude Desktop.

GitHubEmbed

Описание

Model Context Protocol (MCP) server for BotEmail.ai - Email infrastructure for autonomous agents. Integrates with Claude Desktop.

README

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

What is this?

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.

Features

  • Create bot email accounts - Get a new [email protected] 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

Installation

Prerequisites

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

Setup

  1. Clone this repository:
git clone https://github.com/claw-silhouette/botemail-mcp-server.git
cd botemail-mcp-server
  1. Install dependencies:
npm install
  1. Configure Claude Desktop:

Edit your Claude Desktop config file:

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

Add this to the mcpServers section:

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

Usage

Once configured, you can ask Claude to:

  • "Create a new bot email account for my automation"
  • "Check if I have any emails at [email protected]"
  • "Show me the latest email in my bot's inbox"
  • "Set up a webhook for incoming emails"

See EXAMPLES.md for detailed usage examples!

Available Tools

create_bot_email

Create a new bot email account.

Parameters:

Returns:

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

get_emails

Get all emails for a bot account.

Parameters:

  • email (string, required) - Full email address (e.g., [email protected])
  • apiKey (string, required) - API key for authentication

Returns:

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

get_email_by_id

Get a specific email by ID.

Parameters:

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

Returns:

  • Full email object with all headers and body content

register_webhook

Register a webhook URL for push notifications.

Parameters:

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

Returns:

  • Confirmation of webhook registration

API Endpoint

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

Example

// Claude can do this for you:
const result = await use_mcp_tool("botemail", "create_bot_email", {
  username: "myautomation"
});

console.log(result.email);  // [email protected]
console.log(result.apiKey); // Your API key for this account

Architecture

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.

Links

OpenClaw / ClawBot Skill

For OpenClaw/ClawBot users, install the botemail skill directly:

clawhub install bot-email

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

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

License

MIT

Support

from github.com/claw-silhouette/botemail-mcp-server

Установка Botemail

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/claw-silhouette/botemail-mcp-server

FAQ

Botemail MCP бесплатный?

Да, Botemail MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Botemail?

Нет, Botemail работает без API-ключей и переменных окружения.

Botemail — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Botemail в Claude Desktop, Claude Code или Cursor?

Открой Botemail на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Botemail with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication