- Google App Script (gas) Mcp Server
Google App Script (gas) Mcp Server
What is Google App Script MCP Server?
Google App Script MCP Server is a server that provides comprehensive integration with the Google Apps Script API, enabling users to manage script projects, deployments, versions, and executions through any MCP-compatible client.
How to use Google App Script MCP Server?
To use the server, clone the repository, install dependencies, set up Google Cloud OAuth, and run the server using Node.js. You can interact with the server through clients like Claude Desktop, VS Code, or Postman.
Key features of Google App Script MCP Server?
- OAuth 2.0 Authentication for secure token management
- 16 comprehensive tools for managing Google Apps Script projects
- Automatic token refresh and secure token storage
- Detailed logging for error handling and debugging
Use cases of Google App Script MCP Server?
- Managing Google Apps Script projects and deployments.
- Executing Google Apps Script functions remotely.
- Monitoring script execution processes and retrieving metrics.
FAQ from Google App Script MCP Server?
-
Can I use this server with any MCP-compatible client?
Yes, it works with clients like Claude Desktop, VS Code, and Postman. -
Is there a demo available?
Yes, a demo video is provided in the repository to showcase the server in action. -
What are the prerequisites for using this server?
You need Node.js, npm, a Google Account with access to Google Cloud Console, and Git.
Server Config
{
"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"
}
}
}
}