Back to directory
amaboh/google-sheets-mcp-server

amaboh/google-sheets-mcp-server

@amaboh

A Model Context Protocol (MCP) server implementation for Google Sheets

google-sheetsspreadsheetmcppythonautomationapicloudoauthcontext

Installation & Configuration

{
  "mcpServers": {
    "google_sheets": {
      "command": "/path/to/your/.venv/bin/python",
      "args": [
        "/path/to/your/google_sheets.py",
        "--credentials-path",
        "/Users/yourusername/.config/google_sheets_mcp/google-sheets-mcp.json",
        "--log-level",
        "DEBUG"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15