google-workspace-mcp
This MCP server provides authenticated access to Google Workspace APIs for AI agents.
The Google Workspace MCP Server allows AI agents to interact seamlessly with various Google Workspace services such as Gmail, Calendar, and Drive. By providing a single point of access, it simplifies the process of managing multiple accounts and enhances the capabilities of AI agents through natural language interactions. Users can perform tasks like searching emails, checking calendars, and managing files in Drive with ease. Built on Google's official Workspace CLI, the server is designed to grow alongside Google's offerings. It utilizes a manifest-driven factory approach, enabling quick updates and expansions of API coverage without requiring code changes. This means that as new Google APIs are released, they can be integrated into the MCP server through simple configuration adjustments, making it a powerful tool for both users and developers.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-workspace-mcp-1": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-workspace-mcp-1"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions