Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CSE_ID | Yes | Your Custom Search Engine ID | |
| GOOGLE_API_KEY | Yes | Your Google API key | |
| GOOGLE_CLIENT_ID | Yes | Your Google Client ID from OAuth credentials | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google Client Secret from OAuth credentials | |
| GOOGLE_REFRESH_TOKEN | Yes | Your Google refresh token obtained from authentication process |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| available-google-tools | Returns a list of Google search categories available on this MCP server. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emails | List recent emails from Gmail inbox |
| search_emails | Search emails with advanced query |
| send_email | Send a new email |
| modify_email | Modify email labels (archive, trash, mark read/unread, etc.) |
| list_events | List upcoming calendar events |
| create_event | Create a new calendar event |
| update_event | Update an existing calendar event |
| delete_event | Delete a calendar event |
| search_google | Perform a Google search and return formatted results |
| read_gdrive_file | Read contents of a file from Google Drive |
| search_gdrive | Search for files in Google Drive |