books mcp for Zed
io.github.mrfentmen/books-mcp
Search books and fetch volume details from the Google Books API. No key required.
client:Zed
transport:stdio
runtime:npm
Install books mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"books-mcp": {
"command": "npx",
"args": [
"-y",
"books-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs