tanaikech/MCPApp
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.
Platform-specific configuration:
{
"mcpServers": {
"MCPApp": {
"command": "npx",
"args": [
"-y",
"MCPApp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...