gmail-mcp-send-to-list-only
by bajor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GMAIL_TOKEN_FILE | Yes | Path to the token file where OAuth token is stored. | |
| GMAIL_SENDER_EMAIL | Yes | Gmail address that is authorized and used as sender. | |
| GMAIL_MAX_ATTACHMENTS | No | Maximum number of attachments per message. | 10 |
| GMAIL_ALLOWED_RECIPIENTS | Yes | Comma-separated list of allowed recipient email addresses. | |
| GMAIL_CLIENT_SECRET_FILE | Yes | Path to the Google OAuth client secret JSON file. | |
| GMAIL_MAX_ATTACHMENT_BYTES | No | Maximum size per attachment in bytes. | 25000000 |
| GMAIL_ALLOWED_ATTACHMENT_ROOTS | No | Optional comma-separated list of directories from which attachments can be sent. | |
| GMAIL_MAX_TOTAL_ATTACHMENT_BYTES | No | Maximum total size of all attachments in one message in bytes. | 25000000 |
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_list_allowed_recipientsA | List the only recipient IDs and addresses that this process can use. |
| gmail_send_emailC | Send one email to a non-empty allowed subset in visible To. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bajor/gmail-mcp-send-to-list-only'
If you have feedback or need assistance with the MCP directory API, please join our Discord server