
MCP Google Books
🧐 What is This?
This MCP server package exposes functionality for fetching book related information from Google Books API. This implementation is designed to be used in environments that support the MCP protocol, such as Claude.
📦 Usage
Installing via Smithery
To install mcp-google-books for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @juanbeniteza/mcp-google-books --client claude
Starting Up the Server
To begin using mcp-google-books, connect to your MCP compatible environment (such as Claude) and then run the server.
- Start the server by issuing the following command:
node mcp-google-books.js
💡 Example
Below is a detailed example of how to use the mcp-google-books server with an MCP compatible client:
-
Initialize the Server
- Start the server.
-
Client Interactions
- With a running instance of Claude or another compatible client, the client should automatically connect and discover this server, listing its tools and resources available for use.
- You can query books by title or author.
-
Tool Listings
- Once the server initializes, list available tools. This would include actions that can be invoked by clients.
-
Calling Tools
- Clients can now call available tools for getting book information via Google Books API.
🙏 Acknowledgements
Special thanks to Google Books API for providing the required data.
🌍 License
This repository is licensed under the MIT License. See the LICENSE file for more information.
🛠️ Available Tools
This MCP server provides the following tools for interacting with Google Books:
1. Book Search
Search for books by title using the Google Books API.
mcp_Google_Books_book_search(query: str)
Parameters:
-
query
: The title of the book to search for
Example:
# Search for a book by title
result = mcp_Google_Books_book_search(query="The Hobbit")
2. Author Search
Search for books by author using the Google Books API.
mcp_Google_Books_author_search(query: str)
Parameters:
-
query
: The name of the author to search for
Example:
# Search for books by an author
result = mcp_Google_Books_author_search(query="J.R.R. Tolkien")
📝 Response Format
Both tools return information about books including:
- Title
- Author(s)
- Published Date
- Description (when available)
The results are returned in a formatted text that can be easily read and processed by MCP clients.
⚠️ Rate Limiting
Please note that these tools use the Google Books API, which has rate limiting. Make sure to handle your requests accordingly to avoid hitting API limits.
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Reviews

user_ypsJbgav
As an avid user of mcp applications, I am thoroughly impressed with mcp-google-books. This tool, authored by juanbeniteza, provides seamless integration with Google's book database, enhancing my searching and managing experience of books. Highly recommended for book enthusiasts who want a robust, user-friendly solution. Check it out at https://github.com/juanbeniteza/mcp-google-books.