Servers
Gmail-mcp-server
@MaitreyaM
A resilient MCP server built with fastMCP for sending emails through Gmail's SMTP server using AI agents.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gmail-mcp-server-maitreyam": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@MaitreyaM/gmail-mcp-server",
"--client",
"claude"
]
}
}
}