MCP Server
MCP
io.github.markswendsen-code/gmail
Gmail MCP server — send, read, and search email. By Strider Labs.
Install
npx -y @striderlabs/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@striderlabs/mcp-gmail",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth 2.0 Client ID from Google Cloud Console",
"isRequired": true,
"format": "string",
"name": "GOOGLE_CLIENT_ID"
},
{
"description": "Google OAuth 2.0 Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_CLIENT_SECRET"
},
{
"description": "Google OAuth 2.0 Refresh Token for the user's Gmail account",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment