
Goodreads MCP Server
A CLI tool that integrates with Claude Desktop to allow users to retrieve their Goodreads library data through MCP.
Tools
get_books
Get books from Goodreads using configured credentials. Credentials should be set via environment variables GOODREADS_EMAIL, and GOODREADS_PASSWORD. Returns: Dictionary containing profile_id and list of books
README
goodreads-mcp
A CLI tool for Goodreads MCP integration.
Installation
Prerequisites
If you don't have uv
installed, first install it:
# On macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Or using pip
pip install uv
Clone the repository
git clone https://github.com/getgather-hub/mcp-getgather-goodreads.git
cd mcp-getgather-goodreads
Usage
CLI Commands
# Get books from Goodreads
uv run goodreads-mcp get-books --email your-email@example.com --password your-password
# Use a custom host (default: 127.0.0.1:8000)
uv run goodreads-mcp get-books --email your-email@example.com --password your-password --host myserver.com
Using with Claude Desktop
To use goodreads-mcp as an MCP server in Claude Desktop:
-
First clone the repository:
git clone https://github.com/getgather-hub/mcp-getgather-goodreads.git cd mcp-getgather-goodreads
-
Configure Claude Desktop by editing the config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- macOS:
-
Add the following configuration:
{ "mcpServers": { "goodreads": { "command": "uv", "args": [ "--directory", "/path/to/mcp-getgather-goodreads", "run", "goodreads-mcp" ], "env": { "GOODREADS_EMAIL": "your-email@example.com", "GOODREADS_PASSWORD": "your-password", "GETGATHER_URL": "127.0.0.1:8000" } } } }
Note: Replace
/path/to/mcp-getgather-goodreads
with the actual path where you cloned the repository. -
Restart Claude Desktop
Available MCP Tools
Once configured, the following tools will be available in Claude:
- get_goodreads_books: Get books from your Goodreads library
Environment Variables
The MCP server requires these environment variables:
GOODREADS_EMAIL
: Your Goodreads account emailGOODREADS_PASSWORD
: Your Goodreads account passwordGETGATHER_URL
: (Optional) Host URL for the service (default: 127.0.0.1:8000)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.