MCPApp
A Google Apps Script-based MCP network that allows AI to securely access Google Workspace data like Gmail and Calendar.
MCPApp
Overview
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:
- An MCP server built with Google Apps Script for Gemini CLI and other MCP clients.
- An MCP network built with Google Apps Script.
Licence
Author
Update History
-
v1.0.0 (May 8, 2025)
- Initial release.
-
v1.0.1 (May 9, 2025)
- A bug in the logging was removed.
-
v1.0.2 (May 29, 2025)
- From v1.0.2, in order to use MCPApp as a library, LockService is given.
-
v2.0.0 (June 12, 2025)
- From v2.0.0, both the MCP client and the MCP server can be built by Google Apps Script.
-
v2.0.1 (June 18, 2025)
- A bug was removed.
-
v2.0.2 (June 19, 2025)
- A bug was removed.
-
v2.0.3 (July 1, 2025)
- A bug was removed.
-
v2.0.4 (July 2, 2025)
- A bug was removed.
-
v2.0.5 (July 31, 2025)
- A bug was removed.
-
v2.0.6 (August 1, 2025)
- "prompts/get" method was updated.
-
v2.0.7 (August 6, 2025)
- Starting with v2.0.7, you can now selectively enable or disable the LockService.
- By default, this library runs with the LockService enabled. To disable it, simply modify
return new MCPApp.mcpApp({ accessKey: "sample" })toreturn new MCPApp.mcpApp({ accessKey: "sample", lock: false }). - When the LockService is disabled (
lock: false), asynchronous requests from clients like the Gemini CLI may see an increase in processing speed. However, it's important to note that the maximum number of concurrent requests must not exceed 30. Please use this option with caution.
-
v2.0.8 (August 6, 2025)
- A bug was removed.
Servidores relacionados
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
Wise MCP Server
A gateway for the Wise API to manage recipients, requiring a Wise API token.
OneNote MCP Server
An MCP server for Microsoft OneNote, allowing AI models to interact with notebooks, sections, and pages. Requires Azure credentials.
Productboard MCP Server
Integrate the Productboard API into agentic workflows for product management.
Google Calendar
An MCP server for Google Calendar, enabling LLMs to read, create, and manage calendar events.
Rodin3D Skills
A Skill for generating 3D models from single image, multiview images or text prompts using the Hyper3D Rodin Gen-2 API.
Excel
Excel manipulation including data reading/writing, worksheet management, formatting, charts, and pivot table
Microsoft 365
MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)
Spreadsheet MCP Server
An MCP server for Google Spreadsheet integration, connecting via a Google Apps Script Web App.
Mealie
Interact with your Mealie recipe database to manage and find recipes.
Prompt Buddy
Prompt Buddy MCP exposes a public, searchable catalog of reusable AI skills.
