★ 2 stars
TypeScript
🤖 AI/LLM
Updated 8d ago
A powerful Gmail MCP server for AI agents — search, read, send, organize emails via Claude Desktop, Cursor, and more.
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"neutral-Stage/gmail-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gmail-mcp-server npx -y neutral-Stage/gmail-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"neutral-Stage/gmail-mcp-server"
]
}
}
}
Topics
aiai-agentautomationclaudecursorgmailmcpmodel-context-protocol