Odel
mail-index

mail-index

Local
@unsoldgroup4TypeScriptMITUpdated 2w ago

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

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

npmmail-indexv1.5.1

Run

npx -y mail-index

MCP client config

{
  "mcpServers": {
    "mail-index": {
      "command": "npx",
      "args": [
        "-y",
        "mail-index"
      ]
    }
  }
}