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 💡
ida-pro-mcp
MCP Server for IDA Pro.
defold-mcp
An open-source Model Context Protocol (MCP) server bridging the Defold game engine with AI-powered tools like Cursor for automated project management and workflow integration
ashgw/vault-mcp
An MCP server enabling LLMs and MCP clients to interact with HashiCorp Vault for secure secret and policy management
Bifrost
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
phxdev1/archy-mcp
An MCP server that generates architectural diagrams using Mermaid syntax from text descriptions or GitHub repositories
date-mcp
A simple MCP Server that provides the current date and time, offering tools to get the current date and time in specified formats and timezones.