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