National Library of Israel MCP Server ๐ฎ๐ฑ๐๐
Description
# National Library of Israel MCP Server ๐ฎ๐ฑ๐๐ This package provides a Model Context Protocol (MCP) server that interfaces between large language models and the National Library of Israel's APIs. The MCP server allows AI assistants to search the NLI catalog, retrieve images, andโฆ
About
# National Library of Israel MCP Server ๐ฎ๐ฑ๐๐ This package provides a Model Context Protocol (MCP) server that interfaces between large language models and the National Library of Israel's APIs. The MCP server allows AI assistants to search the NLI catalog, retrieve images, and access library resourcesโฆ
Details
- Author
- rdoelman
- Downloads
- 139
- Categories
- Developer Tools
Jump to
- Search NLI catalog by title, creator, date range, and more
- Retrieve and manipulate digitized materials via IIIF Image API
- Filter results by resource type, availability, and creator
- Adjust image region, size, rotation, and quality
- Generate tiled image URLs for large high-resolution images
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
National Library of Israel MCP Server ๐ฎ๐ฑ๐๐Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies (Python 3.10+, httpx, mcp >= 1.2.0, and uv recommended), then run uv sync from the source directory. For Claude Desktop integration, add a configuration entry to claude_desktop_config.json pointing to the serverโs main.py file.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"national library of israel mcp server \ud83c\uddee\ud83c\uddf1\ud83d\udcd6\ud83d\udd0d": {
"nli_mcp_server": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"nli_mcp_server": {
"command": "uv",
"args": [
"sync"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





