MCP Headless Gmail Server (NPM & Docker)
A MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Installation
# Clone the repository
git clone https://github.com/baryhuang/mcp-headless-gmail.git
cd mcp-headless-gmail
# Install dependencies
pip install -e .
Usage
Start the server with: mcp-server-headless-gmail
Use MCP client like Claude with configuration:
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": ["@peakmojo/mcp-server-headless-gmail"]
}
}
}
Features include getting recent emails, full email body content, sending emails, and automatic token refresh.
Recommend MCP Servers 💡
gif-creator-mcp
MCP that allows you to take your video and turn it into a gif.
sqlite-explorer
An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
md-emoji-mcp
一个为Markdown技术文章添加表情符号的超便捷CLI小工具,支持本地和远程表情包加载。
sbarbett/pihole-mcp-server
An MCP server that exposes Pi-hole functionality as tools for AI assistants
mcp-v8
MCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
truto-mcp-stdio
A CLI stdio proxy for HTTP Streamable MCP servers, forwarding JSON-RPC messages between stdin/stdout and a specified endpoint.