Back to Home
gauravnadkarni icon

google-drive-xlsx-health-data-mcp-server

Verified Safe

by gauravnadkarni

Overview

A Model Context Protocol (MCP) server for accessing and analyzing health metrics data stored in Google Drive spreadsheets, primarily for LLM interaction.

Installation

Run Command
MCP_TRANSPORT=stdio npm run start

Environment Variables

  • GOOGLE_DRIVE_FILE_ID
  • GOOGLE_CREDENTIALS_PATH
  • PORT
  • MCP_TRANSPORT
  • DOTENV_CONFIG_QUIET

Security Notes

The server retrieves sensitive health data from Google Drive. Access is managed via Google Service Account credentials, which must be securely stored and configured. The HTTP server's default CORS setting (`origin: "*"`) is insecure for production environments and requires explicit configuration. No obvious 'eval', obfuscation, hardcoded secrets (environment variables are used), or malicious patterns were found in the provided code snippets. The parsing of XLSX files is done with a standard library.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-26

Tags

MCPHealth DataGoogle DriveSpreadsheetData Analysis