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-designed email MCP server with strong security architecture and comprehensive prompt-injection mitigations. The codebase demonstrates careful attention to credential handling, input validation, and content fencing. Minor code quality issues and the inherent risks of processing untrusted email content keep the score from being higher, but the server's security posture is solid for its intended use case. Supply chain analysis found 7 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue.

4 files analyzed · 12 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.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this 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!