HarborHarbor
DocumentationGuidesPlugins
All plugins

Gmail

Read, search, draft, send, label, and triage Gmail messages on behalf of the connected user

composioCategory: commsPopularity 85gmail

Read, search, draft, send, label, and triage Gmail messages on behalf of the connected user

Install

hrbr plugins install gmail-mcp

Quick start

hrbr exec 'return await gmail.list({})'

Or from a Function:

import { defineOrbitJob } from "@hrbr/orbit";

export default defineOrbitJob({
  name: "gmail-mcp-example",
  handler: async (ctx) => {
    return await ctx.plugins.gmail.list({ limit: 5 });
  },
});

Tools

See available tools with:

hrbr plugins tools gmail-mcp

Or open the dashboard plugin page for the live tool list.