Back to Home
Luis-E-Dev icon

mcp-server-to-gogglesheets

by Luis-E-Dev

Overview

Connects to an MCP server to fetch account data and write it to Google Sheets.

Installation

Run Command
python client.py

Security Notes

The repository includes a `googlecredential.json` file containing a plain text email and password, which is a severe security risk and exposes personal credentials. Although the `client.py` code expects a Google Service Account JSON key (as per the `creds.json` described in the README), the presence of this sensitive file in the repository is a major security flaw. Additionally, the client executes an external MCP server script via a hardcoded absolute path (`/Users/luisescalante/Desktop/my-new-mcp-server/main.py`), making its security dependent on the integrity and trustworthiness of that unprovided script and the execution environment.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-17

Tags

MCPGoogle SheetsData IntegrationPythonClient