Back to Browse

Pylos MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read-focused, prompt-injection-hardened email MCP server for any IMAP provider

About

Read-focused, prompt-injection-hardened email MCP server for any IMAP provider

Security Report

5.2
Moderate5.2Moderate Risk

pylos-mcp is a well-architected email MCP server with strong security fundamentals. It demonstrates exceptional attention to prompt-injection hardening through careful input sanitization, output fencing, and deliberate architectural constraints (e.g., no BCC field, read-only Sieve access, capability gating). Credentials are properly managed through environment variables, and sensitive operations are appropriately guarded. Minor code quality observations around error handling and logging do not materially impact security. Supply chain analysis found 7 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue.

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Account login.Optional

Environment variable: EMAIL_USER

App password. Either this or EMAIL_PASSWORD_CMD is required.Required

Environment variable: EMAIL_PASSWORD

One of gmail, icloud, yahoo, gmx, fastmail, mailbox.org, posteo. Fills in IMAP, SMTP and Sieve hosts and ports.Optional

Environment variable: PROVIDER

IMAP hostname for self-hosted or unlisted providers. Overrides the preset.Optional

Environment variable: IMAP_HOST

Comma-separated list of tiers beyond read, which is always included. Defaults to drafts.Optional

Environment variable: CAPABILITIES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-adamvass-pylos-mcp": {
      "env": {
        "PROVIDER": "your-provider-here",
        "IMAP_HOST": "your-imap-host-here",
        "EMAIL_USER": "your-email-user-here",
        "CAPABILITIES": "your-capabilities-here",
        "EMAIL_PASSWORD": "your-email-password-here"
      },
      "args": [
        "-y",
        "pylos-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!