Server data from the Official MCP Registry
MCP server for Google Sheets API — read, write, format, batch operations.
MCP server for Google Sheets API — read, write, format, batch operations.
This is a well-structured MCP server for Google Sheets API integration with strong input validation, proper error handling, and appropriate permission scoping. The codebase uses TypeScript with comprehensive testing, follows secure credential handling patterns (env vars, no hardcoding), and demonstrates good security practices overall. No critical vulnerabilities or malicious patterns were identified. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GOOGLE_PROJECT_ID
Environment variable: GOOGLE_APPLICATION_CREDENTIALS
Environment variable: GOOGLE_SERVICE_ACCOUNT_KEY
Environment variable: GOOGLE_PRIVATE_KEY
Environment variable: GOOGLE_CLIENT_EMAIL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-freema-mcp-gsheets": {
"env": {
"GOOGLE_PROJECT_ID": "your-google-project-id-here",
"GOOGLE_PRIVATE_KEY": "your-google-private-key-here",
"GOOGLE_CLIENT_EMAIL": "your-google-client-email-here",
"GOOGLE_SERVICE_ACCOUNT_KEY": "your-google-service-account-key-here",
"GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here"
},
"args": [
"-y",
"mcp-gsheets"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.