vakharwalad23/google-mcp
Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities.
Quick Start
Clone the repository:
git clone https://github.com/vakharwalad23/google-mcpClaude Desktop configuration example:
{
"mcpServers": {
"google-mcp": {
"command": "npx",
"args": [
"-y",
"vakharwalad23/google-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.