MCP Hub
Back to servers

Google_sheets

Google Sheets MCP Pack

Registry
Updated
Apr 15, 2026

mcp-google_sheets

Google Sheets MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
sheets_readRead data from a Google Sheets range. Returns rows as arrays.
sheets_writeWrite data to a Google Sheets range. Overwrites existing data.
sheets_appendAppend rows to the end of a Google Sheets table.
sheets_get_spreadsheetGet spreadsheet metadata — title, sheets/tabs, and properties.
sheets_createCreate a new Google Spreadsheet.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "google_sheets": {
      "url": "https://gateway.pipeworx.io/google_sheets/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use google_sheets

License

MIT

Reviews

No reviews yet

Sign in to write a review