← Back to Plugins
MCP Server MCP

io.github.markswendsen-code/gmail

github By github 👁 1 views ▲ 0 votes

Gmail MCP server — send, read, and search email. By Strider Labs.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...