Skip to content
Cursor

agentmailkit for Cursor

io.github.ariaxhan/agentmailkit

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

client:Cursor transport:stdio runtime:pypi

Install agentmailkit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentmailkit in other clients