google-nice-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_NICE_TOKEN | No | Cached token path. | <config>/token.json |
| GOOGLE_NICE_CONFIG_DIR | No | Where credentials/token live. | ~/.config/google-nice-mcp |
| GOOGLE_NICE_CREDENTIALS | No | OAuth client file path. | <config>/credentials.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gmail_searchA | Search your Gmail and return a compact list of matching emails. Filter by any combination of: a free-text keyword (matches anywhere), a sender email/name, words in the subject, and a date range. Dates use dd.mm.yyyy (e.g. 31.12.2026). 'after' means on/after that day, 'before' means before that day. With NO filters, returns your most recent emails. Returns id, from, subject, date and a short snippet for each hit. Use the id with gmail_read_email to read the full message. |
| gmail_read_emailA | Read one full email by its id (from gmail_search). Returns headers, the plain-text body, and the names of any attachments. |
| drive_searchA | Search Google Drive (your files and shared drives) and list matches. Filter by words in the file name, words found inside the file content (full-text), and/or file_type. Valid file_type values: doc, sheet, slides, pdf, folder. With NO filters, returns your most recently modified files. Set include_shared_drives=False to limit to your own Drive. Returns id, name, type, owner and last-modified time. Use the id with drive_read_file to read the contents. |
| drive_read_fileA | Read the text content of a Drive file by its id (from drive_search). Handles Google Docs, Sheets and Slides (exported to text/CSV) as well as PDF, Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) files. Long files are truncated to max_chars; raise it to read more. |
| drive_list_shared_drivesA | List the shared drives you can access (id and name). Useful for discovering where project files live before searching. |
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/Schneckenhausmann/google-nice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server