Back to directory
freema/mcp-gsheets

freema/mcp-gsheets

@freema

MCP server for Google Sheets - Read, write and manipulate spreadsheets through Claude Desktop

google-sheetsspreadsheetmcptypescriptapicloudcontext

Installation & Configuration

{
  "mcpServers": {
    "mcp-gsheets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gsheets@latest"
      ],
      "env": {
        "GOOGLE_PROJECT_ID": "your-project-id",
        "GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/service-account-key.json"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12