loading…
Search for a command to run...
loading…
Multi-account Google MCP server providing read access to Gmail and Calendar via stdio. Supports secure authentication for personal and work accounts with OAuth
Multi-account Google MCP server providing read access to Gmail and Calendar via stdio. Supports secure authentication for personal and work accounts with OAuth and keychain token storage.
Multi-account Google MCP server exposing Gmail and Calendar read tools over stdio.
credentials.json is local-only and must never be committed.credentials.template.json to credentials.json and fill it with your local OAuth client values.keyring), not in source control.uv synccp credentials.template.json credentials.jsonexport GOOGLE_MCP_PERSONAL_EMAIL="[email protected]"export GOOGLE_MCP_WORK_EMAIL="[email protected]"export GOOGLE_MCP_WORK_CALENDAR="calendar-id-or-summary"uv run auth_setup.py personaluv run auth_setup.py workuv run server.pyThese hit real Google APIs.
RUN_LIVE_TESTS=1 uv run integration_smoke.pyRUN_LIVE_TESTS=1 RUN_DESTRUCTIVE_TESTS=1 uv run integration_smoke.pypython scripts/security_check.pyuv tool install pre-commitpre-commit installpre-commit run --all-files.github/workflows/security-check.yml.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"google-mcp": {
"command": "npx",
"args": []
}
}
}