Odel
mcp gsheets

mcp gsheets

Local
@freema97TypeScriptMITUpdated 3w ago

MCP server for Google Sheets API — read, write, format, batch operations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-gsheetsv1.10.1

Run

npx -y mcp-gsheets

MCP client config

{
  "mcpServers": {
    "mcp-gsheets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gsheets"
      ]
    }
  }
}