ProductivityJavaScript

ToolsForMCPServer

The MCP server built with Google Apps Script allows users to leverage their GAS snippets for enhanced automation and productivity within the Google ecosystem.

Free
N/A rating (0 reviews)0 installs99 GitHub stars
Google Apps ScriptMCPAutomation

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 with custom tools. This integration simplifies authorization for Google Workspace APIs, enabling complex, multi-step tasks directly within Google services. Users can revitalize their existing GAS snippets and utilize them as part of the MCP server, unlocking significant potential for automation. This combination not only enhances productivity but also offers practical examples and setup instructions for users to get started quickly. The MCP server acts as a bridge between the Gemini CLI and various Google Workspace applications, making it easier to execute tasks that would otherwise require extensive coding knowledge.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "toolsformcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-toolsformcpserver"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1