imap-mcp

Dr4x14913/imap-mcp

3.1

If you are the rightful owner of imap-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple IMAP MCP server for browsing your emails, built using fastmcp.

Imap mcp server

A simple imap mcp server for browsing your emails. It is build using fastmcp .

Config

{
  "mcpServers": {
    "imap-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/imap-mcp",
        "run",
        "server.py"
      ],
      "env": {
        "IMAP_USER": "USER",
        "IMAP_PASSWORD": "PASSWORD",
        "IMAP_SERVER": "server dns or ip",
      }
    }
  }
}