Google Apps Script MCP Server
@mohalmah
关于 Google Apps Script MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"google-apps-script": {
"command": "<absolute_path_to_node_executable>",
"args": [
"<absolute_path_to_mcpServer.js>"
],
"env": {
"GOOGLE_APP_SCRIPT_API_CLIENT_ID": "your_client_id_here",
"GOOGLE_APP_SCRIPT_API_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Apps Script MCP Server?
The Google Apps Script MCP Server is an MCP‑compatible server that provides comprehensive integration with the Google Apps Script API, enabling management of script projects, deployments, versions, and executions through any MCP‑compatible client such as Claude Desktop, VS Code with Cline, or Postman.
How to use Google Apps Script MCP Server?
Clone the repository, install dependencies with npm install, set up OAuth credentials via Google Cloud Console, run npm run setup-oauth, then configure your MCP client (e.g., claude_desktop_config.json) with the server command and environment variables GOOGLE_APP_SCRIPT_API_CLIENT_ID and GOOGLE_APP_SCRIPT_API_CLIENT_SECRET. Alternatively, use the provided Docker configuration.
Key features of Google Apps Script MCP Server
- 16 comprehensive tools for Google Apps Script management
- OAuth 2.0 authentication with automatic token refresh
- Secure token storage in OS keychain/credential manager
- Project, deployment, version, and content management
- Script execution and process monitoring capabilities
- MCP protocol compliance – works with Claude Desktop, VS Code, and others
Use cases of Google Apps Script MCP Server
- Automate creation and management of Google Apps Script projects
- Deploy script versions and manage deployment lifecycle
- Execute Google Apps Script functions remotely from any MCP‑compatible client
- Monitor script execution processes and retrieve performance metrics
- Backup or update script source code programmatically
FAQ from Google Apps Script MCP Server
What are the prerequisites to use this server?
Node.js v18 or later (v20+ recommended), npm, a Google account with access to Google Cloud Console, and Git.
How does OAuth authentication work?
The server uses OAuth 2.0 with a local server running on http://localhost:3001/oauth/callback to capture the authorization code. Tokens are securely stored in the OS keychain and automatically refreshed.
What transports and authentication does the server support?
The server communicates over standard I/O (stdio) as per the MCP protocol. All requests are authenticated via OAuth 2.0 tokens obtained during the setup.
Can I run this server in Docker?
Yes. A Dockerfile is provided; you can build the image and run the container with the required environment variables and a volume for token storage.
What is the total number of tools provided?
The server exposes 16 tools covering project management, version control, deployment management, content management, process monitoring, and script execution.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论