mcp books for Zed
io.github.smeet666/mcp-books
Search the Internet Archive, the Library of Congress and data.bnf.fr at once, in one answer.
client:Zed
transport:stdio
runtime:npm
Install mcp books in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-books": {
"command": "npx",
"args": [
"-y",
"mcp-books"
],
"env": {
"BOOKS_USER_AGENT": "<BOOKS_USER_AGENT>",
"BOOKS_MIN_INTERVAL_MS": "<BOOKS_MIN_INTERVAL_MS>",
"BOOKS_TIMEOUT_MS": "<BOOKS_TIMEOUT_MS>",
"BOOKS_MAX_RETRIES": "<BOOKS_MAX_RETRIES>",
"BOOKS_CACHE_TTL_MS": "<BOOKS_CACHE_TTL_MS>",
"BOOKS_CACHE_MAX_ENTRIES": "<BOOKS_CACHE_MAX_ENTRIES>",
"BOOKS_LOG_LEVEL": "<BOOKS_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs