trackmcp
Back to directory

imap mcp server

2 stars PythonOthers Updated Feb 19, 2026

Documentation

Imap mcp server

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

.

Config

json
{
  "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",
      }
    }
  }
}

Frequently asked questions

What is imap-mcp?

imap-mcp is imap mcp server

How do I install imap-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is imap-mcp open source?

Yes — it is hosted on GitHub at https://github.com/Dr4x14913/imap-mcp and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP