Skip to main content
Glama

Google Sheets MCP Server

by ainetwork-ai
package.jsonβ€’1.16 kB
{ "name": "google-sheets-mcp", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Google Sheets integration", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts" }, "keywords": [ "mcp", "google-sheets", "model-context-protocol", "ai", "spreadsheet" ], "author": "Community", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "googleapis": "^128.0.0", "zod": "^3.22.4", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "@types/jest": "^29.5.8", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "jest": "^29.7.0", "prettier": "^3.1.0", "ts-jest": "^29.1.1", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ainetwork-ai/google-sheet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server