mcp-mail-server and mcp-headless-gmail

mcp-mail-server
70
Verified
mcp-headless-gmail
46
Emerging
Maintenance 13/25
Adoption 15/25
Maturity 24/25
Community 18/25
Maintenance 2/25
Adoption 8/25
Maturity 16/25
Community 20/25
Stars: 22
Forks: 12
Downloads: 8,235
Commits (30d): 0
Language: TypeScript
License: MIT
Stars: 55
Forks: 30
Downloads: —
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m No Package No Dependents

About mcp-mail-server

yunfeizhu/mcp-mail-server

A lightweight Model Context Protocol (MCP) server that provides IMAP and SMTP email functionality for AI assistants like Claude in Cursor IDE. Built with TypeScript and optimized for easy deployment via npm/npx.

Supports multi-mailbox navigation with RFC 6154 auto-detection of special folders (Sent, Drafts), concurrent connection management with timeout guards, and comprehensive search operations (by sender/subject/date/keyword) with optional inbox-only filtering. Implements stateless message retrieval using UIDs rather than connection state, HTML-escape injection prevention in replies, and automatic attachment metadata extraction. Integrates with Claude Desktop, Cursor, Claude Code, and other MCP clients via stdio transport with environment-based configuration for TLS/SSL email servers.

About mcp-headless-gmail

baryhuang/mcp-headless-gmail

A MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.

Implements a Python-based MCP server using the google-api-python-client library with credential decoupling—OAuth tokens are passed per-request rather than stored locally, enabling truly headless operation in remote/containerized environments. Supports chunked email retrieval (1k character increments with offset-based pagination), automatic token refresh, and both plaintext and HTML email composition, with deployment options via Docker (multi-platform) or npm.

Scores updated daily from GitHub, PyPI, and npm data. How scores work