hardcover-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hardcover-mcpAdd Project Hail Mary to my library as currently reading"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hardcover-mcp
Talk to your Hardcover library from any AI assistant.
hardcover-mcp connects your Hardcover library to AI assistants like Claude and Copilot. Search for books, update your reading status, manage lists, explore series — all through natural conversation instead of clicking through menus.
What you can say
"What's on my currently reading list?"
"Add Project Hail Mary to my library as currently reading"
"Search for books by Brandon Sanderson"
"Look up ISBN 9780547928227"
"Create a list called 'Summer Reading' and add The Hobbit to it"
"Show me the Stormlight Archive series in reading order"
"Move Project Hail Mary and The Martian to currently reading"
"What books has Andy Weir written? Add any I haven't read to my want-to-read list"
"Compare my rating of Dune with the Hardcover average"
What's covered
Library tracking — status, ratings, reading dates
List management — create, edit, add/remove books
Discovery — search books, authors, series, editions, and more
Account info — your profile and reading stats
Safety & control
You control your API key — it stays on your machine, never shared with third parties
Runs locally through your MCP client — no external server involved
Actions only happen when explicitly requested — nothing runs in the background
You review prompts and outputs in your client before anything is sent
Quick Start
Install uv (a fast Python package runner — the setup takes seconds).
Get an API token from hardcover.app/account/api.
Add the config below to your MCP client — no manual install needed,
uvxhandles it.
VS Code
Add to .vscode/mcp.json:
{
"servers": {
"hardcover": {
"command": "uvx",
"args": ["hardcover-mcp"],
"env": {
"HARDCOVER_API_TOKEN": "<your token>"
}
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"hardcover": {
"command": "uvx",
"args": ["hardcover-mcp"],
"env": {
"HARDCOVER_API_TOKEN": "<your token>"
}
}
}
}Tools
Browse & discover
What you can do | Tool |
Search for books, authors, series, and more |
|
Look up a book by title or ID |
|
Look up a specific edition by ISBN or ASIN |
|
Explore a series in reading order |
|
Browse an author's catalogue |
|
Your library
What you can do | Tool |
See your profile and book count |
|
Get reading statistics (totals, ratings, books read per year) |
|
Get your active reading goals and progress |
|
Browse your library, filter by status, date range, or sort by rating/date |
|
Check your status/rating for a specific book (includes privacy setting) |
|
List your reviews |
|
Read your journal entries (notes, quotes, status events) |
|
List books you own, with edition details |
|
Create or update a reading goal (books/pages, date range) |
|
Add a book or update its status, rating, review, notes, privacy, and edition |
|
Mark an edition as owned or not owned |
|
Log reading dates and progress (pages, audiobook time) |
|
Remove a book or reading entry |
|
Create or delete a journal note/quote entry |
|
Lists
What you can do | Tool |
View all your lists |
|
View a specific list with its books |
|
Create, rename, or delete a list |
|
Add or remove books from a list |
|
Development
git clone https://github.com/kristianedlund/hardcover-mcp.git
cd hardcover-mcp
uv syncLint and format checks (using Ruff):
uv run ruff check src/
uv run ruff format --check src/Run tests:
uv run pytest tests/ -vIntegration Tests
Integration tests hit the live Hardcover API and require a valid token. They are skipped automatically in CI and when the token is absent.
To run them locally, create a .env file with your token:
HARDCOVER_API_TOKEN=your_token_hereThen run:
uv run pytest tests/integration/ -vWrite tests follow a create → verify → delete lifecycle so the account is left unchanged.
Contributing
Contributions are welcome! Please:
Open an issue first to discuss the change.
Fork the repo and create a branch (
feature/short-descriptionorfix/short-description).Run lint and tests before submitting:
uv run ruff check src/ uv run ruff format --check src/ uv run pytest tests/ -vKeep PRs focused — one change per PR.
Use conventional commit prefixes:
feat:,fix:,chore:,docs:.
Rate Limiting
The Hardcover API allows 60 requests per minute. The server handles this automatically — it queues requests and retries if needed. You shouldn't hit this in normal use.
Troubleshooting
Problem | Fix |
"API token is not set" | Add your token to the config (see Quick Start above) |
"Access is denied" on Windows | Add |
Slow or repeated errors | The server retries automatically — wait a moment and try again |
Unexpected results | Check for a newer version: the Hardcover API may have changed |
Disclaimer
Unofficial project. Not affiliated with Hardcover.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/kristianedlund/hardcover-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server