io.github.freema/mcp-gsheets✓
io.github.freema/mcp-gsheets · v1.8.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.freema/mcp-gsheets",
"description": "MCP server for Google Sheets API — read, write, format, batch operations.",
"repository": {
"url": "https://github.com/freema/mcp-gsheets",
"source": "github"
},
"version": "1.8.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-gsheets",
"version": "1.8.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Cloud project ID",
"isRequired": true,
"name": "GOOGLE_PROJECT_ID"
},
{
"description": "Path to service account key JSON file (auth method 1)",
"name": "GOOGLE_APPLICATION_CREDENTIALS"
},
{
"description": "Service account key as JSON string (auth method 2)",
"isSecret": true,
"name": "GOOGLE_SERVICE_ACCOUNT_KEY"
},
{
"description": "Service account private key in PEM format (auth method 3)",
"isSecret": true,
"name": "GOOGLE_PRIVATE_KEY"
},
{
"description": "Service account email (auth method 3)",
"name": "GOOGLE_CLIENT_EMAIL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}