MCP-сервер GAS Library Hub (Google Apps Script).
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"
}
}
}