Minimal Gmail MCP server — send-only. Single gmail.send OAuth scope. Forked from ihiteshgupta/gmail-mcp-server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gmail-send-mcp": {
"command": "npx",
"args": [
"-y",
"gildanieli/gmail-send-mcp"
]
}
}
}
Run in terminal:
claude mcp add gmail-send-mcp npx -y gildanieli/gmail-send-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmail-send-mcp": {
"command": "npx",
"args": [
"-y",
"gildanieli/gmail-send-mcp"
]
}
}
}