National Library of Israel MCP Server 🇮🇱📖🔍
@rdoelman
关于 National Library of Israel MCP Server 🇮🇱📖🔍
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nli_mcp_server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is National Library of Israel MCP Server?
It is a Model Context Protocol (MCP) server that interfaces between large language models and the National Library of Israel’s APIs. It allows AI assistants to search the NLI catalog, retrieve images, and access library resources programmatically.
How to use National Library of Israel MCP Server?
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.
Key features of National Library of Israel MCP Server
- 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
Use cases of National Library of Israel MCP Server
- AI‑powered research assistance for library catalog queries
- Automated retrieval and manipulation of digitized images
- Integration of NLI resources into custom AI applications
FAQ from National Library of Israel MCP Server
Is this server officially affiliated with the National Library of Israel?
No. It is an independent, external initiative developed by enthusiasts and not endorsed by the National Library of Israel.
What are the runtime dependencies?
Python 3.10 or higher, the httpx and mcp (>= 1.2.0) packages, and uv (recommended for installation and development).
Where does the data come from?
All data is accessed via the public APIs of the National Library of Israel; no local data storage is described.
What transports or authentication are used?
The README does not mention authentication requirements or transport specifics beyond the MCP protocol. Configuration for Claude Desktop uses a local file path.
Are there any limits on search results?
The search_catalog tool accepts an optional page_size parameter (default: 10) to control the number of results returned.
开发工具 分类下的更多 MCP 服务器
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论