G

Gmail

Gmail MCP server for managing multiple Gmail accounts with keychain-secured OAuth credentials.

Gmail·No reviews yet
Repo
Share:

About

Gmail MCP server for managing multiple Gmail accounts with keychain-secured OAuth credentials.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Gmail.

What is the primary function of the Gmail MCP server?
The Gmail MCP server manages multiple Gmail accounts. It specifically utilizes keychain-secured OAuth credentials for authentication, streamlining access to your various Gmail inboxes.
How can I install the Gmail MCP server?
Installation typically involves downloading and running the server from its GitHub repository at https://github.com/3vening/gmail-mcp. Specific installation steps may vary based on your operating system and preferred client, but generally follow standard practices for cloning and executing Python applications.
Does the Gmail MCP server require an API key or other credentials?
Yes, the Gmail MCP server requires OAuth credentials to access Gmail accounts. These credentials are secured using your system's keychain, enhancing security for your multiple accounts.
What are the key capabilities exposed by the Gmail MCP server?
The server's core capability is managing multiple Gmail accounts through a unified interface. It uses secure OAuth for authentication, allowing for streamlined interaction with various Gmail services, though specific tools are not listed.
Is the Gmail MCP server free to use?
The Gmail MCP server itself is open-source and available on GitHub, implying it is free to use. However, connecting to Gmail APIs may involve usage limits or costs depending on Google's policies for developers and users.
What is a prerequisite for using the Gmail MCP server?
A key prerequisite for using the Gmail MCP server is having a Google account with Gmail enabled. You will also need to consent to OAuth authentication to allow the server to access your accounts securely via your keychain.

Install Gmail

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gmail"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gmail"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "gmail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gmail"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.