Back to Apps

Google MCP
Supports UIby nguyenvanduocit
Connect AI models to Google Calendar, Gmail, and Google Chat via a standardized interface.
0 stars
Works in:claude
Exposes:Tools
What it does
Google MCP enables AI agents to interact directly with Google Workspace services, allowing them to manage schedules, communicate via email, and coordinate in chat rooms.
Tools
calendar_create_event: Create new events with title, description, and attendees.calendar_list_events: Retrieve upcoming events with customizable time ranges.calendar_update_event: Modify existing event details.calendar_respond_to_event: Accept or decline event invitations.gchat_list_spaces: List available Google Chat spaces.gchat_send_message: Send messages to spaces or direct messages.gmail_search: Search emails using Gmail's query syntax.gmail_move_to_spam: Move specific messages to the spam folder.gmail_create_filter: Create filters for labels, archiving, and importance.gmail_list_filters: List all active account filters.gmail_list_labels: List available Gmail labels.gmail_delete_filter: Remove filters by ID.gmail_delete_label: Remove labels by ID.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google_mcp": {
"command": "google-mcp",
"args": ["-env", "/path/to/.env"]
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
go install github.com/nguyenvanduocit/google-mcp@latestInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"google_mcp": {
"command": "google-mcp",
"args": ["-env", "/path/to/.env"]
}
}
}





