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.
Sample curl commands for testing MCP server
initialize
curl -L "<YOUR_MCP_SERVER_URL>" -d '{"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"sample-mcp-client","version":"0.0.0"}},"jsonrpc":"2.0","id":0}'
tools/list
curl -L "<YOUR_MCP_SERVER_URL>" -d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
prompts/list
curl -L "<YOUR_MCP_SERVER_URL>" -d '{"jsonrpc":"2.0","id":1,"method":"prompts/list","params":{}}'
tools/call
curl -L "<YOUR_MCP_SERVER_URL>" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"<TOOL_NAME>","arguments":{<ARGUMENTS_FOR_TOOL>}}}'
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.
-
v2.0.10 (May 9, 2026)
- Refactored MCPApp.
-
v2.0.11 (May 9, 2026)
- A bug was removed.
-
v2.1.0 (May 10, 2026)
- A bug was removed.
-
v2.1.1 (May 12, 2026)
- A bug was removed.
-
v2.1.2 (May 12, 2026)
- Modified
-
v2.1.7 (May 15, 2026)
- Several bugs were removed.
相關伺服器
Kone.vc
贊助Monetize your AI agent with contextual product recommendations
ActiveCampaign
Built for the next generation of intelligent experiences, ActiveCampaign's remote MCP server makes it easy for AI agents to understand, store, and use customer context across tools, channels, and workflows.
Speak AI MCP
Connect Claude, ChatGPT, and other AI assistants to your Speak AI workspace. Transcribe meetings, analyze media, extract insights, all through natural conversation.
ClickUp
Integrate ClickUp with AI applications to manage tasks, spaces, lists, and folders.
Norman Finance
MCP server for managing accounting and taxes with Norman Finance.
Linear
Interact with the Linear API to manage issues, projects, and teams.
Hyperweb
A server for interacting with the Hyperweb platform and its tools using AI agents.
Todos
Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todos. Todos are private to your mctx account. Call status first in every new session to see what's pending.
Basecamp by CData
A read-only MCP server by CData that allows LLMs to query live Basecamp data.
Lenny's Podcast Transcripts
Search 286 episodes of product management wisdom from Lenny Rachitsky. Semantic search across 300+ hours of transcripts.
Personal Finance MCP
Personal finance management with expense tracking, budget monitoring, and spending analysis
