mcp-server-google-workspace
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth client ID | |
| GOOGLE_ACCESS_TOKEN | No | Optional access token for immediate use | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth client secret | |
| GOOGLE_REFRESH_TOKEN | Yes | Your Google OAuth refresh token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gmail_list_emailsB | List recent emails from Gmail inbox with optional filtering. Returns email metadata and content. |
| gmail_read_emailA | Read the full content of a specific email by ID |
| gmail_search_emailsA | Search emails using Gmail query syntax. Supports complex queries with operators like from:, to:, subject:, has:, is:, after:, before: |
| gmail_send_emailB | Send an email via Gmail with subject, body, and recipients |
| calendar_list_calendarsA | List all accessible calendars including shared calendars. Use this to get calendar IDs for other calendar operations. |
| calendar_list_eventsA | List calendar events for a specific date range. Can list events from any accessible calendar. Returns event times with their timezone information. |
| calendar_create_eventB | Create a new calendar event with title, time, and optional details. Can create events in any writable calendar. |
| get_user_emailA | Get the authenticated user's email address |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iskifogl/mcp-server-google-workspace'
If you have feedback or need assistance with the MCP directory API, please join our Discord server