MCP Directory
Back

ToolsForMCPServer

by tanaikech · JavaScript · ★ 106

The Gemini CLI confirmed that the MCP server built with Google Apps Script (GAS), a low-code platform, offers immense possibilities. If you've created snippets for GAS, these could be revitalized and/or leveraged in new ways by using them as the MCP server. The Gemini CLI and other MCP clients will be useful in achieving this.

#gas-library#google-apps-script#google-apps-script-library#google-workspace#mcp#mcp-server#model-context-protocol

Install

npx -y github:tanaikech/ToolsForMCPServer

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "toolsformcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "github:tanaikech/ToolsForMCPServer"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/tanaikech-toolsformcpserver) The Gemini CLI confirmed that the MCP server built with Google Apps Script (GAS), a low-code platform, offers immense possibilities. If you've created snippets for GAS, these could be revitalized and/or leveraged in new ways by using them as the MCP server. The Gemini CLI and other MCP clients will be useful in achieving this. [](LICENCE) The Gemini CLI provides a powerful command-line interface for interacting with Google's Gemini models. By leveraging the Model Context Protocol (MCP), the CLI can be extended…
Read full README on GitHub →

Related ai & ml servers