streamable-httpupdated 7mo ago
GAS Library Hub は、Google Apps Script(GAS)の優れたライブラリを発見・共有するためのプラットフォームです。開発者が必要なGASライブラリを効率的に見つけ、プロジェクトに活用できるようサポートします。
O que dá para fazer com gas library hub?
GAS Library Hub
📖 サイト概要
GAS Library Hub は、Google Apps Script(GAS)の優れたライブラリを発見・共有するためのプラットフォームです。開発者が必要なGASライブラリを効率的に見つけ、プロジェクトに活用できるようサポートします。
🌐 公式サイト: https://appscripthub.com/
🎯 主な機能
- ライブラリ検索: タグやキーワードでGASライブラリを簡単検索
- 詳細情報: AI生成の要約、使用例、作者情報を表示
- ライブラリ申請: 新しいライブラリの登録申請
🌟 特徴
- AI要約: ライブラリの自動要約生成
- GitHub連携: リポジトリ情報の自動取得とStar数表示
- タグ検索: タグをクリックして関連ライブラリをすぐに検索
🚀 対象ユーザー
- GAS開発者
- GASライブラリ作者
🤖 MCP Integration (For LLMs)
GAS Library Hub は Model Context Protocol (MCP) に対応しています。 Claude Desktop、Cursor、その他のMCPクライアントから直接GASライブラリを検索・取得できます。
Endpoint
- URL:
https://appscripthub.com/api/mcp - Transport: HTTP (JSON-RPC 2.0)
- Documentation: https://appscripthub.com/llms.txt
Available Tools
| Tool | Description |
|---|---|
search_libraries |
GASライブラリをキーワード・タグ・Star数で検索 |
get_library_details |
ライブラリ詳細情報を取得(AI要約・使用例含む) |
Configuration
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"
}
}
}
📧 お問い合わせ
- お問い合わせフォーム: https://wywy.jp/contact
- GitHub Issues: Issues
Instalação
Adicione gas library hub ao seu cliente. Escolha o que você usa.
claude mcp add --transport http gas-library-hub https://appscripthub.com/api/mcpcodex mcp add gas-library-hub --url https://appscripthub.com/api/mcp{
"mcpServers": {
"gas-library-hub": {
"url": "https://appscripthub.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gas-library-hub": {
"type": "http",
"url": "https://appscripthub.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gas-library-hub": {
"url": "https://appscripthub.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gas-library-hub": {
"serverUrl": "https://appscripthub.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 ferramentas
gas library hub expõe 2 ferramentas a um agente conectado.
- search_libraries
- GASライブラリをキーワード・タグ・Star数で検索
- get_library_details
- ライブラリ詳細情報を取得(AI要約・使用例含む)
Pontuação
52 / 100
Aceitável
- Documentação18/25
- Manutenção9/25
- Confiança9/20
- Capacidade4/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 218 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 24 de jan. de 2026 |