- Home
- MCP servers
- GAS Library Hub
GAS Library Hub
- other
0
GitHub Stars
other
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
GAS Library Hub MCP enables you to search and retrieve GAS libraries through a standardized Model Context Protocol endpoint, letting you explore libraries, view AI-generated summaries, usage examples, and author details directly from your MCP-enabled tooling.
How to use
You can use an MCP client to connect to the GAS Library Hub and perform two core actions: search for GAS libraries by keywords, tags, or popularity, and fetch detailed information about a specific library, including AI-generated summaries and usage examples. Use these tools to quickly identify libraries that fit your project needs and understand how others typically implement them.
How to install
Prerequisites: you need an MCP client that supports HTTP JSON-RPC 2.0, such as Claude Desktop or Cursor. Ensure your client is configured to reach the GAS Library Hub MCP endpoint.
Configure your MCP client with the following HTTP MCP URL for GAS Library Hub:
{
"mcpServers": {
"gas_library": {
"url": "https://appscripthub.com/api/mcp"
}
}
}
Additional setup for MCP clients
Claude Desktop and Cursor can import MCP server configurations directly. Use the provided JSON snippets to wire GAS Library Hub into your environment.
// Claude Desktop configuration example
{
"mcpServers": {
"gas-library-hub": {
"url": "https://appscripthub.com/api/mcp"
}
}
}
Available tools
search_libraries
Search GAS libraries by keywords, tags, and Star count to quickly discover relevant libraries.
get_library_details
Fetch detailed information about a library, including AI-generated summaries and usage examples.