Google-Sheet-Forms-MCP-Server

geetamgr/Google-Sheet-Forms-MCP-Server
★ 0 stars Python Code/Dev Tools Updated today
A simple MCP server that provides tools, resources and prompts for working with Google Sheets and Google Forms.
View on GitHub → 🔍 Audit Wallet Slippage →

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-sheet-forms-m": {
      "command": "uvx",
      "args": [
        "google-sheet-forms-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install google-sheet-forms-mcp-server