Connects Claude to the GAS Library Hub catalog of Google Apps Script libraries. Exposes two tools: search_libraries lets you query by keyword, tag, or GitHub star count, while get_library_details pulls full information including AI-generated summaries, usage examples, and author details. Reach for this when you're building GAS projects and need to find existing libraries instead of reinventing the wheel. The underlying service at appscripthub.com aggregates community libraries with metadata scraped from GitHub, so you're searching a curated collection rather than raw repository results. Useful for discovering utilities, integrations, or helpers that already solve your Google Workspace automation problems.
GAS Library Hub は、Google Apps Script(GAS)の優れたライブラリを発見・共有するためのプラットフォームです。開発者が必要なGASライブラリを効率的に見つけ、プロジェクトに活用できるようサポートします。
🌐 公式サイト: https://appscripthub.com/
GAS Library Hub は Model Context Protocol (MCP) に対応しています。 Claude Desktop、Cursor、その他のMCPクライアントから直接GASライブラリを検索・取得できます。
https://appscripthub.com/api/mcp| Tool | Description |
|---|---|
search_libraries | GASライブラリをキーワード・タグ・Star数で検索 |
get_library_details | ライブラリ詳細情報を取得(AI要約・使用例含む) |
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"gas-library-hub": {
"url": "https://appscripthub.com/api/mcp"
}
}
}
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"gas-library-hub": {
"url": "https://appscripthub.com/api/mcp"
}
}
}
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp