Open Library for Zed
io.github.8ensmith/mcp-open-library
Search books and authors on the Internet Archive's Open Library
client:Zed
transport:stdio
runtime:npm
Install Open Library in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-open-library": {
"command": "npx",
"args": [
"-y",
"mcp-open-library"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs