Odel
google sheets mcp

google sheets mcp

Local
@henilcalagiya13PythonUpdated 12mo ago

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)

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).

PyPIgoogle-sheets-mcpv0.1.6

Run

uvx google-sheets-mcp

MCP client config

{
  "mcpServers": {
    "google-sheets-mcp": {
      "command": "uvx",
      "args": [
        "google-sheets-mcp"
      ]
    }
  }
}