{"id":30871943,"url":"https://github.com/orvice/google-workspace-mcp","last_synced_at":"2026-01-11T01:01:51.547Z","repository":{"id":284975448,"uuid":"955417359","full_name":"orvice/google-workspace-mcp","owner":"orvice","description":"mcp server for google workspace","archived":false,"fork":false,"pushed_at":"2025-03-29T04:22:26.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T22:39:05.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orvice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-26T15:52:45.000Z","updated_at":"2025-03-29T04:22:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2b616c8-143c-4fbd-b233-844f3be18ec0","html_url":"https://github.com/orvice/google-workspace-mcp","commit_stats":null,"previous_names":["orvice/google-workspace-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orvice/google-workspace-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orvice%2Fgoogle-workspace-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orvice%2Fgoogle-workspace-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orvice%2Fgoogle-workspace-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orvice%2Fgoogle-workspace-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orvice","download_url":"https://codeload.github.com/orvice/google-workspace-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orvice%2Fgoogle-workspace-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28264086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T00:36:07.053Z","status":"ssl_error","status_checked_at":"2026-01-11T00:35:52.154Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-07T22:05:35.831Z","updated_at":"2026-01-11T01:01:51.471Z","avatar_url":"https://github.com/orvice.png","language":"Go","funding_links":[],"categories":["⚙️ DevOps","Business \u0026 Productivity"],"sub_categories":[],"readme":"# Google Workspace MCP\n\nA Model Context Protocol (MCP) server for Google Workspace that provides tools for managing Google Workspace resources through the Admin SDK.\n\n## Prerequisites\n\n1. A Google Cloud Platform project with the Admin SDK API enabled\n2. A service account with appropriate permissions\n3. A Google Workspace admin user to impersonate\n\n## Setup\n\n### Service Account Configuration\n\n1. Create a service account in the Google Cloud Console\n2. Grant the service account appropriate permissions for Google Workspace Admin SDK\n3. Create and download a JSON key file for the service account\n4. Enable domain-wide delegation for the service account\n5. Grant the necessary OAuth scopes to the service account in your Google Workspace Admin Console\n\n## Environment Variables\n\nThe application requires the following environment variables to be set:\n\n| Variable | Description |\n|----------|-------------|\n| `GOOGLE_SERVICE_ACCOUNT` | The path to the service account JSON key file |\n| `GOOGLE_ADMIN_EMAIL` | The email address of the Google Workspace admin user to impersonate |\n\n## Usage\n\n### Build\n\n```bash\nmake build\n```\n\n \n ### config\n \n ```json\n {\n  \"mcpServers\": {\n     \"googleworkspace-mcp\": {\n      \"command\": \"/go/bin/google-workspace-mcp\",\n      \"args\": [],\n      \"env\": {\n        \"GOOGLE_SERVICE_ACCOUNT\": \"test.json\",\n        \"GOOGLE_ADMIN_EMAIL\": \"admin@yourdomain.com\"\n      },\n      \"disabled\": false,\n      \"autoApprove\": []\n    }\n  }\n}\n```\n\n\u003e **Note:** Make sure your service account has the necessary API access enabled in Google Cloud Console (Admin SDK API, Gmail API, and Calendar API).\n\n## Available Tools\n\n- `directory_users` - List all users in your Google Workspace directory\n- `create_user` - Create a new user in Google Workspace\n- `list_gmail` - List recent Gmail messages (requires Gmail API access)\n- `list_calendar_events` - List upcoming calendar events for a user (requires Calendar API access)\n- `create_calendar_event` - Create a new calendar event (requires Calendar API access)\n\n## Required OAuth Scopes\n\nWhen setting up domain-wide delegation for your service account, ensure you grant the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/admin.directory.user` - For accessing and managing directory user information\n- `https://www.googleapis.com/auth/gmail.readonly` - For reading Gmail messages\n- `https://www.googleapis.com/auth/calendar` - For reading and writing calendar events\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forvice%2Fgoogle-workspace-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forvice%2Fgoogle-workspace-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forvice%2Fgoogle-workspace-mcp/lists"}