An MCP server that creates Gmail drafts by resolving recipient names from a local directory.
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",
"hrishikeshtak/gmail-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gmail-mcp-server npx -y hrishikeshtak/gmail-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"hrishikeshtak/gmail-mcp-server"
]
}
}
}