gmail
v0.1.9Work with Gmail using the configured Gmail app connector.
By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gmail for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add gmail@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “gmail-3” remain stable.
- Codex:
gmail-3@agent-plugin-marketplace→gmail@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gmail/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://gmailmcp.googleapis.com/mcp/v1
Plugin manifests1
{
"name": "gmail",
"version": "0.1.9",
"description": "Work with Gmail using the configured Gmail app connector.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://workspace.google.com/products/gmail/",
"repository": "https://github.com/openai/openai/tree/master/chatgpt/oai-maintained-plugins",
"license": "MIT",
"keywords": [
"gmail",
"email",
"google",
"google workspace",
"mail",
"inbox",
"threads",
"drafts"
],
"apps": "./.app.json",
"interface": {
"displayName": "Gmail",
"shortDescription": "Read and manage Gmail",
"longDescription": "Use Gmail to summarize inbox activity, draft replies, and organize email threads through the connected Gmail app.",
"developerName": "OpenAI",
"category": "Communication",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://workspace.google.com/products/gmail/",
"privacyPolicyURL": "https://policies.google.com/privacy",
"termsOfServiceURL": "https://policies.google.com/terms",
"defaultPrompt": [
"Summarize inbox, draft replies, or process email threads"
],
"brandColor": "#EA4335",
"composerIcon": "./assets/gmail.png",
"logo": "./assets/gmail.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gmail on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gmail-3)