Tools for MCP Server
Utility library and MCP server by Google Apps Script expert tanaikech providing tools to integrate Google Workspace services (Sheets, Docs, Drive, Gmail) with MCP-based AI agents. Enables GAS-powered MCP servers to expose Google Workspace data to agents through standardized tool interfaces.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Google OAuth. GAS sandbox. Data in Google ecosystem. Enterprise Workspace accounts have SOC2/ISO27001 compliance.
⚡ Reliability
Best When
A developer embedded in Google Workspace wants to build MCP tools using Google Apps Script — tanaikech is a prolific GAS expert who provides reliable utility patterns.
Avoid When
You need direct Google API access without GAS overhead, or your team isn't comfortable with Apps Script's execution model and quotas.
Use Cases
- • Integrating Google Apps Script workflows with MCP-based AI agents
- • Accessing Google Sheets data from automation agents via GAS-powered MCP
- • Building custom MCP server tools using Google Apps Script
- • Exposing Google Workspace operations to AI agents through GAS middleware
Not For
- • Teams not using Google Workspace — GAS is Google-ecosystem only
- • Direct Google API access without GAS (use google-workspace-mcp or native SDKs instead)
- • Production use requiring SLA-backed reliability (GAS has execution quotas)
Interface
Authentication
Google OAuth via Apps Script authorization. GAS handles Google authentication automatically when deployed. Users authorize via Google account.
Pricing
Free open source from tanaikech. GAS execution quotas are the main constraint — free Workspace accounts have lower limits.
Agent Metadata
Known Gotchas
- ⚠ GAS 6-minute execution limit will timeout long-running operations
- ⚠ GAS daily quotas can exhaust in heavy agent loops — monitor usage
- ⚠ Deployment requires Google Apps Script setup — not a simple npm install
- ⚠ tanaikech is a reliable GAS developer but docs assume GAS familiarity
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Tools for MCP Server.
Scores are editorial opinions as of 2026-03-06.