Skip to content

Add MCP server gmail_googleapis_com #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add MCP server gmail_googleapis_com #210

wants to merge 1 commit into from

Conversation

dan-kwiat
Copy link
Member

This PR was created automatically by the OpenMCP bot in response to someone submitting an OpenAPI spec on https://www.open-mcp.org/.

It adds support for a new MCP server gmail_googleapis_com.

Installing

Once this PR is merged the server will be available as an npm package called @open-mcp/gmail_googleapis_com, which you'll be able to add to your MCP client config like this:

{
  "mcpServers": {
    "gmail_googleapis_com": {
      "command": "npx",
      "args": ["-y", "@open-mcp/gmail_googleapis_com"],
    }
  }
}

In the meantime you can pull this branch to install and build the server manually.

Beta warning

This is an early beta so some things won't work as expected, but we're working fast and confident that most edge cases will be ironed out soon.

@franlealp1
Copy link

franlealp1 commented Jun 3, 2025

This is a first try to make a gmail mcp server. The google doc about the API has been transformed into OpenAPI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants