
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@striderlabs/mcp-gmail
Advanced tools
MCP server for Gmail - let AI agents send, read, and search email
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
FAQs
MCP server for Gmail - let AI agents send, read, and search email
We found that @striderlabs/mcp-gmail demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.