Metadata-Version: 2.4
Name: goodreads-mcp
Version: 0.1.1
Summary: A CLI tool for Goodreads MCP integration
Project-URL: Homepage, https://github.com/gather-engineering/goodreads-mcp
Project-URL: Repository, https://github.com/gather-engineering/goodreads-mcp
Project-URL: Issues, https://github.com/gather-engineering/goodreads-mcp/issues
Author-email: faisal burhanudin <faisalburhanudiN@gmail.com>
License: MIT
License-File: LICENSE
Keywords: cli,goodreads,mcp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: fastmcp>=2.10.2
Requires-Dist: requests
Description-Content-Type: text/markdown

# goodreads-mcp

A CLI tool for Goodreads MCP integration.

## Installation

You can install `goodreads-mcp` using pip:

```bash
pip install goodreads-mcp
```

Or using pipx for isolated installation:

```bash
pipx install goodreads-mcp
```

## Usage

After installation, you can use the CLI tool:

```bash
goodreads-mcp
```

## Development

To set up the development environment:

```bash
git clone https://github.com/gather-engineering/goodreads-mcp.git
cd goodreads-mcp
pip install -e .
```

## License

This project is licensed under the MIT License.