Odel
agentmailkit

agentmailkit

Local
@ariaxhan1PythonMITUpdated 1w ago

Run scheduled LLM-written email digests from local files and feeds. Local-first MCP server.

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).

PyPIagentmailkitv0.2.2

Run

uvx agentmailkit

MCP client config

{
  "mcpServers": {
    "agentmailkit": {
      "command": "uvx",
      "args": [
        "agentmailkit"
      ]
    }
  }
}