★ 0 stars
TypeScript
💬 Communication
Updated today
MCP server that adds Gmail send capabilities — send new emails, reply to threads, forward, and send drafts
View on GitHub →
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-serve": {
"command": "npx",
"args": [
"-y",
"eso8484/gmail-send-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gmail-send-mcp-serve npx -y eso8484/gmail-send-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmail-send-mcp-serve": {
"command": "npx",
"args": [
"-y",
"eso8484/gmail-send-mcp-server"
]
}
}
}