Skip to content
v1.4.0MIT

Search and read Gmail, download attachments, create drafts, send email, and organize messages through opencompany's Gmail MCP.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

gmailstreamable-http
{
  "type": "streamable-http",
  "url": "https://api.opencompany.chat/mcp/plugins/gmail"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "gmail",
  "version": "1.4.0",
  "description": "Search and read Gmail, download attachments, create drafts, send email, and organize messages through opencompany's Gmail MCP.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://github.com/useopencompany/plugins/tree/main/gmail",
  "repository": "https://github.com/useopencompany/plugins/tree/main/gmail",
  "license": "MIT",
  "keywords": ["gmail", "email", "google-workspace", "drafts", "send", "labels", "events"],
  "extensions": {
    "so.opencompany.capabilities": {
      "query": {
        "label": "Read Gmail",
        "defaultMode": "ask",
        "tools": [
          "list_drafts",
          "get_draft",
          "get_thread",
          "get_message",
          "download_attachment",
          "search_threads",
          "list_labels"
        ]
      },
      "draft": {
        "label": "Create drafts",
        "defaultMode": "ask",
        "tools": ["create_draft"]
      },
      "write": {
        "label": "Send & organize Gmail",
        "defaultMode": "ask",
        "tools": [
          "send_email",
          "label_thread",
          "unlabel_thread",
          "trash_thread",
          "untrash_thread",
          "label_message",
          "unlabel_message",
          "trash_message",
          "untrash_message",
          "create_label"
        ]
      }
    },
    "so.opencompany.events": [
      {
        "id": "email.received",
        "label": "Email received",
        "description": "Starts a workflow when a new email arrives in the connected Gmail account.",
        "delivery": "poll",
        "filters": [
          {
            "id": "label",
            "label": "Label",
            "kind": "integration_resource",
            "resourceType": "label",
            "required": false
          }
        ]
      }
    ]
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • so.opencompany.capabilities
  • so.opencompany.events