Google Workspace unified: Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts (90+ tools)
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaAdd to your .mcp.json:
{
"mcpServers": {
"workspace-mcp": {
"command": "uvx",
"args": [
"workspace-mcp",
"--tool-tier",
"extended",
"--tools",
"gmail",
"drive",
"calendar",
"docs",
"sheets",
"slides",
"forms",
"tasks",
"contacts"
],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "${GOOGLE_WORKSPACE_CREDENTIALS_PATH}",
"OAUTHLIB_INSECURE_TRANSPORT": "1"
}
}
}
}Replace placeholder values for: GOOGLE_OAUTH_CREDENTIALS, OAUTHLIB_INSECURE_TRANSPORT
This MCP server needs API keys or credentials. Configure them in your environment before use.
uvxGOOGLE_OAUTH_CREDENTIALS=${GOOGLE_WORKSPACE_CREDENTIALS_PATH}OAUTHLIB_INSECURE_TRANSPORT=1