LibraryAPI for Zed
dev.libraryapi/libraryapi-mcp
US public libraries and branches near any address, with collections from the IMLS survey
client:Zed
transport:stdio
runtime:pypi
Install LibraryAPI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"libraryapi-mcp": {
"command": "uvx",
"args": [
"libraryapi-mcp"
],
"env": {
"LIBRARYAPI_KEY": "<LIBRARYAPI_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs