Server data from the Official MCP Registry
Gmail MCP server — send, read, and search email. By Strider Labs.
Gmail MCP server — send, read, and search email. By Strider Labs.
Valid MCP server (3 strong, 7 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GOOGLE_CLIENT_ID
Environment variable: GOOGLE_CLIENT_SECRET
Environment variable: GOOGLE_REFRESH_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-markswendsen-code-gmail": {
"env": {
"GOOGLE_CLIENT_ID": "your-google-client-id-here",
"GOOGLE_CLIENT_SECRET": "your-google-client-secret-here",
"GOOGLE_REFRESH_TOKEN": "your-google-refresh-token-here"
},
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server that gives AI agents the ability to send, read, and search email via Gmail.
Agents use this connector to handle email autonomously on behalf of their human — reading important messages, searching for information, composing thoughtful replies, and sending communications.
Example agent workflows:
Usage example:
User: "Has anyone replied to my email about the Q2 budget proposal?"
Agent:
gmail_search → "to:me subject:budget"gmail_read → Read each messageThen agent might automatically draft a follow-up to Finance and ask for approval before sending.
npx @striderlabs/mcp-gmail
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"strider-gmail": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-gmail"],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"GOOGLE_REFRESH_TOKEN": "your-refresh-token"
}
}
}
}
Send an email from the user's Gmail account.
Parameters:
to (required): Recipient email addresssubject (required): Email subject linebody (required): Email body contentcc (optional): CC recipientsbcc (optional): BCC recipientsSearch emails using Gmail search syntax.
Parameters:
query (required): Gmail search query (e.g., "from:example@gmail.com")maxResults (optional): Maximum results (default: 10)Read the full content of a specific email.
Parameters:
messageId (required): The Gmail message IDList recent emails from the inbox.
Parameters:
maxResults (optional): Maximum emails to list (default: 10)label (optional): Filter by label (e.g., "INBOX", "UNREAD")All tools return structured JSON:
{
"success": true,
"messageId": "...",
"message": "Email sent successfully"
}
Strider Labs builds action execution infrastructure for AI agents.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.