{ "name": "mcp-google-sheets-full", "version": "0.2.0", "mcpName": "io.github.moooonad/mcp-google-sheets-full", "description": "The Google Sheets MCP server that can do anything the Sheets API can — 26 tools including read/write, structural batchUpdate, Drive search, and `run_sheets_script` to execute arbitrary Node code with pre-authenticated `sheets`/`drive`/`auth`/`spreadsheetId` in scope. OAuth user flow (no service account needed).", "keywords": [ "mcp", "model-context-protocol", "google-sheets", "spreadsheet", "claude", "anthropic", "claude-code", "claude-desktop", "google-drive", "oauth", "llm", "ai-agent", "sheets-api" ], "author": "moooonad", "license": "MIT", "homepage": "https://moooonad.github.io/mcp-google-sheets-full/", "repository": { "type": "git", "url": "git+https://github.com/moooonad/mcp-google-sheets-full.git" }, "bugs": { "url": "https://github.com/moooonad/mcp-google-sheets-full/issues" }, "type": "module", "bin": { "mcp-google-sheets-full": "dist/index.js" }, "main": "dist/index.js", "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "prepare": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "files": [ "dist", "README.md", "AGENTS.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "googleapis": "^144.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }