Loading MCP server directory, please wait...
Google Workspace MCP for Docs, Drive, Calendar, Gmail, Sheets, Slides, Tasks, Chat, People, Forms
npx @getmcp/cli add io.github.n24q02m/better-workspace-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_OAUTH_CLIENT_IDOAuth 2.0 Desktop client ID from Google Cloud Console (APIs & Services > Credentials)
GOOGLE_OAUTH_CLIENT_SECRETOAuth 2.0 Desktop client secret (paired with the client ID above)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.n24q02m/better-workspace-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-workspace-mcp"
],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "",
"GOOGLE_OAUTH_CLIENT_SECRET": ""
}
}
}
}