Loading MCP server directory, please wait...
Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more
npx @getmcp/cli add io.github.mindstone/mcp-server-google-workspaceRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_CLIENT_IDGoogle OAuth client ID
GOOGLE_CLIENT_SECRETGoogle OAuth client secret
ACCOUNTS_PATHPath to accounts.json written by the MCP host
CREDENTIALS_PATHDirectory containing per-account Google OAuth token files
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-google-workspace": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-google-workspace"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"ACCOUNTS_PATH": "",
"CREDENTIALS_PATH": "",
"ENABLE_GOOGLE_TASKS_FORMS": "false",
"GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS": "60000"
}
}
}
}