How to integrate Google Books using MCP
Search Google Books volumes. This guide creates an MCP server from Arthur's Google Books template — tools preconfigured against https://www.googleapis.com/books/v1 — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
GOOGLE_BOOKS_API_KEYholding your API key. Create a Google Cloud API key with the Books API enabled and send it in the key query parameter.


Go to the REST API Templates gallery and search for Google Books.


Click Use template on the Google Books card to open the server-creation dialog.


Review the server name and select
GOOGLE_BOOKS_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 2 preconfigured tool(s): search_volumes, get_volume. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- Search public Google Books volumes by query and retrieve full metadata for one volume by ID.
- This integration requires a credential (api-key). Get one at https://console.cloud.google.com/.
- Official API documentation: https://developers.google.com/books/docs/v1/using
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video