{
"mcpServers": {
"mcp-gmail-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 348 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles, companies and jobs, and manage your inbox.
B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.
Real-time DNS security analysis — DNSSEC, email auth, and RDAP. Built for SOC investigations.
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Gmail Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Java-based Model Context Protocol (MCP) server that integrates with Gmail to enable natural language email queries via Claude Desktop. The server exposes tools to search emails by topic (e.g., "project deadlines") and read email content, using the Gmail API with secure OAuth2 authentication.
from:alice budget).gmail.readonly scope for minimal access.java --version).mvn --version).credentials.json file.http://localhost to authorized redirect URIs:
http://localhost under Authorized redirect URIs.git clone <repository-url>
cd gmail-mcp-server
Alternatively, create a new Maven project and copy the provided files:
src/main/java/com/swiftbeard/gmailmcp/GmailMcpServer.javapom.xmlsrc/main/resources/credentials.json (from Google Cloud)src/main/resources/logback.xmlcredentials.json in src/main/resources/.gmail-mcp-server/
├── pom.xml
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── com/swiftbeard/gmailmcp/
│ │ │ └── GmailMcpServer.java
│ │ ├── resources/
│ │ │ ├── credentials.json
│ │ │ └── logback.xml
mvn clean install
target/gmail-mcp-server-1.0-SNAPSHOT.jar.java -jar target/gmail-mcp-server-1.0-SNAPSHOT.jar
gmail.readonly scope).~/.gmail-mcp/tokens for subsequent runs.~/.cursor/mcp.json or Claude’s settings file).{
"mcpServers": {
"gmail": {
"command": "java",
"args": ["-jar", "/full/path/to/gmail-mcp-server-1.0-SNAPSHOT.jar"]
}
}
}
Replace /full/path/to/gmail-mcp-server-1.0-SNAPSHOT.jar with the absolute path to your JAR file (e.g., /home/user/gmail-mcp-server/target/gmail-mcp-server-1.0-SNAPSHOT.jar).