Back to directory
shionhonda/mcp-gsheet

shionhonda/mcp-gsheet

@shionhonda

Model Context Protocol (MCP) server that allows interaction with Google Sheets

google-sheetsspreadsheetmcppythonautomationapicontext

Installation & Configuration

{
  "mcpServers": {
    "gsheet": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-gsheet",
        "run",
        "server.py"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/service-account-key.json"
      }
    }
  }
}

Information

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