Structured book knowledge for AI agents.
Any MCP-compatible agent can connect, search, and retrieve curated book insights in real time. Open source. No API keys needed.
"I built Books for Agents because I wanted my AI coding assistant to reference real book knowledge, not hallucinated summaries. Now any MCP agent can tap into structured insights from the best books, for free."
@dlpalmieri"Connected Books for Agents to Claude and asked for leadership references. In seconds it pulled frameworks from The 7 Habits and applied them directly to my context. This MCP server is insane."
@SandrolimaBR"Books for Agents is a game changer. Having structured book knowledge available to any AI agent through MCP is huge, and it really speeds up research and decision-making."
@AnAzej"Open source, no API keys, works with any MCP client. Added it to my ChatGPT setup in minutes. The search is surprisingly good at finding relevant books by topic."
@taliriapetrone{
"mcpServers": {
"books-for-agents": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://booksforagents.com/mcp"]
}
}
}
{
"mcpServers": {
"books-for-agents": {
"url": "https://booksforagents.com/mcp"
}
}
}
{
"provider": {
"mcpServers": {
"books-for-agents": {
"url": "https://booksforagents.com/mcp"
}
}
}
}
Add the server URL to your agent's MCP configuration. Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client. No API keys needed.
The agent searches by theme, category, or specific book. Hybrid search (full-text + vector embeddings) ranks results by relevance β tags, titles, and content are all indexed.
Receive Markdown-formatted summaries with key ideas, frameworks, practical applications, and quotes. Request full books or specific sections to save tokens.
Search combines full-text indexing (SQLite FTS5) with vector embeddings (Cloudflare Vectorize) using score fusion. An agent searching for "how to deal with procrastination" finds Deep Work and Atomic Habits β even though neither book contains that exact phrase.
Try it live. Type anything below and see real results from the knowledge base.
Not raw text or generic summaries. Each book is broken into key ideas, frameworks, practical applications, and quotes β ready for an agent to use directly.
Works out of the box with Claude Desktop, Claude Code, Cursor, and any MCP-compatible agent. Remote server β no local install required.
MIT-licensed code, CC BY-SA content. Anyone can contribute new book summaries, improve existing ones, or fork the project. The catalog grows with the community.
No API keys, no complex setup. Runs on Cloudflare Workers + D1 with instant cold starts. Request specific sections to minimize token usage.
Already connected to Books for Agents? Just ask your agent to generate the next book. It uses your tokens, creates the summary, and publishes it directly to the knowledge base.
"Generate the next book from the backlog"