HarborHarbor
DocumentationGuidesPlugins
All plugins

Google Sheets

Read and write Google Sheets ranges, append rows, and create tabs

composioCategory: dataPopularity 84google-sheets

Read and write Google Sheets ranges, append rows, and create tabs

Install

hrbr plugins install google-sheets-mcp

Quick start

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

Or from a Function:

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

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

Tools

See available tools with:

hrbr plugins tools google-sheets-mcp

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