Gmail MCP Server
Allows reading the last 10 emails from a Gmail inbox.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gmail MCP Servershow my latest inbox emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gmail MCP Server
Available Tools
Addition Tool (Testing/Learning)
The Addition Server provides a simple tool for testing and learning MCP server functionality.
Gmail Tool - Read Last 10 Emails
The Gmail MCP server provides a tool to read the last 10 emails from your inbox.
Tool Details:
Name:
read-emailsDescription: Read emails from inbox
Parameters: None (reads last 10 emails by default)
Returns: JSON formatted email data with From, Subject, Date, and Snippet
Related MCP server: Moist
Setup Steps
1. Get Token
First, run getToken.js to authenticate and get your Gmail access token:
node getToken.jsThis will:
Use your
credentials.jsonfileOpen a browser for Gmail authorization
Save the token to
token.json
2. Start the Server
After getting the token, run the Gmail MCP server:
node gmail.jsClaude Desktop Configuration
Add this to your Claude Desktop MCP configuration:
{
"mcpServers": {
"Addition Server": {
"command": "node",
"args": ["/Users/prince/princekumarcode/mcp-weather/add.js"]
},
"Gmail Server": {
"command": "node",
"args": ["/Users/prince/princekumarcode/mcp-weather/gmail.js"]
}
}
}Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A MCP server for Gmail that lets you search, read, and draft emails and replies.
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Gmail access through MCP, allowing LLMs to read, compose, and send emails.10MIT
- AlicenseNot gradedqualityDmaintenanceEnables Gmail operations such as reading, sending, searching, and managing emails, threads, labels, and drafts via MCP tools.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables searching, reading, and drafting emails across multiple Gmail accounts through a single MCP server.-
- FlicenseNot gradedqualityCmaintenanceEnables reading, searching, sending, and drafting Gmail emails via MCP tools, with support for multiple accounts and background notifications.-
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/Prince-1501/MCP_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server