Odel
sentfromai mcp

sentfromai mcp

Local
@samuelar2JavaScriptMITUpdated 3w ago

Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsentfromai-mcpv0.3.0

Run

npx -y sentfromai-mcp

MCP client config

{
  "mcpServers": {
    "sentfromai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentfromai-mcp"
      ]
    }
  }
}