Gmail runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 16 Apr 2026.
Gmail MCP server — send, read, and search email. By Strider Labs.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет @striderlabs/mcp-gmail ссылается на striderlabs/mcp-gmail
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add gmail -- npx -y @striderlabs/mcp-gmail
{
"mcpServers": {
"gmail": {
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"command": "npx"
}
}
}
[mcp_servers.gmail]
command = "npx"
args = ["-y", "@striderlabs/mcp-gmail"]
{
"mcpServers": {
"gmail": {
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"gmail": {
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOOGLE_CLIENT_ID (Google OAuth 2.0 Client ID from Google Cloud Console), GOOGLE_CLIENT_SECRET (Google OAuth 2.0 Client Secret), GOOGLE_REFRESH_TOKEN (Google OAuth 2.0 Refresh Token for the user's Gmail account).
The author declared them in the registry entry; get the values from the project itself.
Code Reviewer Ai MCP Server by MEOK AI Labs
Qr Code Ai MCP Server by MEOK AI Labs
MCP server to create, read, update, list, and search GitHub Gists from your IDE
Explainability Report MCP Server by MEOK AI Labs
Code Executor MCP Server by MEOK AI Labs
GitHub MCP Server - List PRs, issues, repo info, and search code
MCP server for GitLab and GitHub
ContextStream MCP server for code context, memory, search, and AI tools.
Answers built from our own checks of this server.