ClaudeWave
tanaikech avatar
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 8mo 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

What people ask about MCPApp

What is tanaikech/MCPApp?

+

tanaikech/MCPApp is mcp servers for the Claude AI ecosystem. 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. It has 44 GitHub stars and was last updated 8mo ago.

How do I install MCPApp?

+

You can install MCPApp by cloning the repository (https://github.com/tanaikech/MCPApp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is tanaikech/MCPApp safe to use?

+

Our security agent has analyzed tanaikech/MCPApp and assigned a Trust Score of 67/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains tanaikech/MCPApp?

+

tanaikech/MCPApp is maintained by tanaikech. The last recorded GitHub activity is from 8mo ago, with 0 open issues.

Are there alternatives to MCPApp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy MCPApp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave — tanaikech/MCPApp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tanaikech-mcpapp)](https://claudewave.com/repo/tanaikech-mcpapp)
<a href="https://claudewave.com/repo/tanaikech-mcpapp"><img src="https://claudewave.com/api/badge/tanaikech-mcpapp" alt="Featured on ClaudeWave — tanaikech/MCPApp" width="320" height="64" /></a>

More MCP Servers