MCP Directory
Back

MCPApp

by tanaikech · JavaScript · ★ 46

This text introduces the Model Context Protocol (MCP) for AI interaction, exploring Google Apps Script (GAS) as a server option. It shows feasibility with a sample but notes the lack of a GAS SDK, aiming to encourage understanding and development.

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

Install

npx -y github:tanaikech/MCPApp

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](LICENCE) [](https://mseep.ai/app/tanaikech-mcpapp) The **Model Context Protocol (MCP)** is an emerging standard designed to function as a universal adapter, enabling AI applications to seamlessly and securely connect with external systems and data sources. The core purpose of MCP is to provide a standardized method for AI models to request and receive contextually relevant information, which is crucial for performing complex tasks. This repository introduces two directions: 1. [An **MCP server** built with Google Apps Script for Gemini CLI and other MCP clients.](simple…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers