Lean Gmail MCP server with auto authentication support
claude mcp add gmail-mcp-server -- npx -y @artymclabin/gmail-mcp
claude_desktop_config.json
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gmail-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ArtyMcLabin--Gmail-MCP-Server/reviews or the review_server meta-tool.
POST /mcp