You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added more info for user to generate app passaword (#271)
* Add Gmail MCP Server for email operations
- Supports listing messages, searching emails, and sending messages
- Uses IMAP/SMTP with app password authentication
- Includes proper tools.json for build process
- Pre-built Docker image: yashtekwani/gmail-mcp:latest
* added info for users to create app password
Copy file name to clipboardExpand all lines: servers/gmail-mcp/server.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ meta:
11
11
- communication
12
12
about:
13
13
title: Gmail MCP Server
14
-
description: A Model Context Protocol server for Gmail operations using IMAP/SMTP with app password authentication. Supports listing messages, searching emails, and sending messages.
14
+
description: A Model Context Protocol server for Gmail operations using IMAP/SMTP with app password authentication. Supports listing messages, searching emails, and sending messages. To create your app password, visit your Google Account settings under Security > App Passwords. Or visit the link https://myaccount.google.com/apppasswords
0 commit comments