ZIM Server
БесплатноНе проверенEnables reading and searching ZIM files for offline reference content like Wikipedia.
Описание
Enables reading and searching ZIM files for offline reference content like Wikipedia.
README
⚠️ Experimental Warning
This is an experimental version that has only been tested on WSL2. The installation and usage instructions below are specifically for WSL2 environment.
A Model Context Protocol server for reading and searching ZIM files. ZIM is a file format developed by Kiwix for offline storage of Wikipedia and other reference content.
Installation (WSL2)
- Install dependencies:
pnpm install
- Build the project:
pnpm run build
- Prepare ZIM files:
Download ZIM files from Kiwix Library and place them in a directory, e.g.,
/path/to/zim
Usage
Configuration for Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"zim-mcp-server": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"node /path/to/zim-mcp-server/build/index.js /path/to/zim"
]
}
}
}
Example:
{
"mcpServers": {
"zim-mcp-server": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"node /home/username/Code/zim-mcp-server/build/index.js /home/username/Code/zim"
]
}
}
}
Replace /path/to/zim-mcp-server with your project path and /path/to/zim with your ZIM files directory path.
Available Tools
list-zim-files: List all ZIM files in allowed directoriessearch-zim-file: Search within ZIM file content- Required:
zimFilePath,query - Optional:
limit(default: 10),offset(default: 0)
- Required:
get-zim-entry: Get detailed content of a specific entry- Required:
zimFilePath,entryPath - Optional:
maxContentLength(default: 10000)
- Required:
License
MIT
Установить ZIM Server в Claude Desktop, Claude Code, Cursor
unyly install zim-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add zim-mcp-server -- npx -y github:zicojiao/zim-mcp-serverFAQ
ZIM Server MCP бесплатный?
Да, ZIM Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ZIM Server?
Нет, ZIM Server работает без API-ключей и переменных окружения.
ZIM Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить ZIM Server в Claude Desktop, Claude Code или Cursor?
Открой ZIM Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare ZIM Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
