gmail
v1.0.0Search email and create drafts with Gmail.
By CursorLicense: MIT0 GitHub starsUpdated 20 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 →
Get the plugin
git clone https://github.com/flexkit-io/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is third_party/gmail/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── mcp.json
MCP servers1
- url
- https://gmailmcp.googleapis.com/mcp/v1
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "gmail",
"version": "1.0.0",
"description": "Search email and create drafts with Gmail.",
"author": {
"name": "Cursor"
},
"homepage": "https://github.com/flexkit-io/plugins/tree/main/third_party/gmail",
"repository": "https://github.com/flexkit-io/plugins",
"license": "MIT",
"keywords": [
"gmail",
"flexkit"
],
"extensions": {
"io.flexkit": {
"schemaVersion": 1,
"displayName": "Gmail",
"logo": "./assets/logo.svg",
"category": "productivity",
"supportedScopes": [
"personal"
],
"requiredInputs": [],
"capabilities": {
"agentTools": true,
"automationDelivery": false
},
"auth": {
"type": "oauth2",
"provider": "google",
"credentialGroup": "google-workspace",
"requiredScopes": [
"openid",
"email",
"https://www.googleapis.com/auth/gmail.readonly",
"https://www.googleapis.com/auth/gmail.compose"
],
"mcpServers": [
"gmail"
]
},
"availability": "preview",
"upstream": {
"repository": "https://github.com/cursor/plugins",
"path": "third_party/gmail",
"sha": "eeac6430db35981ddcd3a18228273ecee473a903"
}
}
}
}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-4)