ClaudeWave
tanaikech
tanaikech

MCPApp

View on GitHub

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.

MCP Servers44 stars10 forksJavaScriptMITUpdated 7mo ago
ClaudeWave Trust Score
67/100
· OK
Passed
  • Open-source license (MIT)
  • Clear description
  • Topics declared
Flags
  • !Inactive (>180d)
Last scanned: 4/14/2026
Install in Claude Desktop
Method detected: Manual
{
  "mcpServers": {
    "mcpapp": {
      "command": "node",
      "args": ["/path/to/MCPApp/dist/index.js"]
    }
  }
}
1. Copy the snippet above.
2. Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
3. Replace any <placeholder> values with your API keys or paths.
4. Restart Claude Desktop. The MCP server appears automatically.
💡 Clone https://github.com/tanaikech/MCPApp and follow its README for install instructions.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
gas-librarygoogle-apps-scriptgoogle-apps-script-librarymcpmcp-servermodel-context-protocolmodel-context-protocol-server

More MCP Servers