Skip to main content
Glama

Goodreads MCP Server

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:

  1. First clone the repository:
    git clone https://github.com/getgather-hub/mcp-getgather-goodreads.git cd mcp-getgather-goodreads
  2. Configure Claude Desktop by editing the config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json
  3. 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.
  4. 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 email
  • GOODREADS_PASSWORD: Your Goodreads account password
  • GETGATHER_URL: (Optional) Host URL for the service (default: 127.0.0.1:8000)
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A CLI tool that integrates with Claude Desktop to allow users to retrieve their Goodreads library data through MCP.

  1. Installation
    1. Prerequisites
    2. Clone the repository
  2. Usage
    1. CLI Commands
    2. Using with Claude Desktop
    3. Available MCP Tools
    4. Environment Variables

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    An MCP server for Claude Desktop that allows users to query data from selected Google Cloud datasets by configuring project ID and datasets in the Claude Desktop configuration.
    Last updated -
    Python
    • Apple
  • A
    security
    A
    license
    A
    quality
    Allows Claude desktop app to execute terminal commands and edit files on your computer through MCP, with features including command execution, process management, and diff-based file editing.
    Last updated -
    19
    29,418
    4,054
    JavaScript
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    Enables access and interaction with your Readwise library, allowing you to retrieve and search highlights, books, and documents through natural language queries when using Claude or other MCP-compatible assistants.
    Last updated -
    21
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
    Last updated -
    Python

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-getgather/mcp-getgather-goodreads'

If you have feedback or need assistance with the MCP directory API, please join our Discord server