Gas Library Hub
@wywy-llc
About Gas Library Hub
MCP server for GAS Library Hub - Search and discover Google Apps Script libraries. Features include keyword/tag-based search, star count
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gas-library-hub": {
"url": "https://appscripthub.com/api/mcp"
}
}
}Tools
2GASライブラリをキーワード・タグ・Star数で検索
ライブラリ詳細情報を取得(AI要約・使用例含む)
Overview
What is Gas Library Hub?
Gas Library Hub is an MCP server that enables AI assistants to search and retrieve details about Google Apps Script (GAS) libraries from the GAS Library Hub platform. It is designed for developers and LLM clients that need programmatic access to the library catalog.
How to use Gas Library Hub?
Configure the MCP client (e.g., Claude Desktop or Cursor) with the endpoint https://appscripthub.com/api/mcp using HTTP JSON-RPC 2.0 transport. Add the server URL to the client’s configuration file as shown in the README.
Key features of Gas Library Hub
- Search GAS libraries by keyword, tag, or star count.
- Retrieve detailed library information including AI-generated summaries and usage examples.
- Uses xAI Grok API for automatic library summarization.
- Integrates with GitHub to fetch repository data and star counts.
- Provides a fast, optimized experience through SvelteKit and Tailwind CSS.
Use cases of Gas Library Hub
- Discovering relevant Google Apps Script libraries from within an LLM-powered chat.
- Getting quick summaries and details of a GAS library without visiting the website.
- Automating library research for project planning or code generation.
FAQ from Gas Library Hub
What tools does the Gas Library Hub MCP server provide?
It provides two tools: search_libraries (search by keyword, tag, or stars) and get_library_details (retrieve full details including AI summary and examples).
How do I configure the server in Claude Desktop?
Add a gas-library-hub entry with "url": "https://appscripthub.com/api/mcp" under mcpServers in your claude_desktop_config.json.
Does the server require authentication or API keys?
The README does not mention any authentication or API keys required for the MCP endpoint.
What transport protocol does the server use?
It uses HTTP with JSON-RPC 2.0 transport.
Where can I find more documentation about the API?
The README links to https://appscripthub.com/llms.txt for API documentation.
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Comments