google-sheets-mcp

D-unn/google-sheets-mcp
โ˜… 3 stars JavaScript ๐Ÿ“ฆ Other Updated 1mo ago
Google Sheets MCP Server ๐Ÿ“Š๐Ÿค–
View on GitHub โ†’

Quick Install

Copy the config for your editor. Some servers may need additional setup โ€” check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-sheets-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "D-unn/google-sheets-mcp"
      ]
    }
  }
}