OpenZIM MCP Server
Rank #792io.github.cameronrye/openzim-mcp
Offline MCP access to ZIM knowledge archives — Wikipedia, Wiktionary, Stack Exchange, Kiwix.
OpenZIM MCP Server is a Model Context Protocol (MCP) server published by cameronrye. It ranks #792 of 115,460 servers tracked on MCP Toplist, and its repository has 125 GitHub stars. OpenZIM MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Sep 15, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 114,668 of 115,460 servers on MCP Toplist.
Use OpenZIM MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add openzim-mcp -e "OPENZIM_MCP_TOOL_MODE=<your OPENZIM_MCP_TOOL_MODE>" -- uvx openzim-mcp "<zim_directory>"Replace each placeholder with your own value before saving.
[mcp_servers.openzim-mcp]
command = "uvx"
args = ["openzim-mcp", "<zim_directory>"]
[mcp_servers.openzim-mcp.env]
OPENZIM_MCP_TOOL_MODE = "<your OPENZIM_MCP_TOOL_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openzim-mcp": {
"command": "uvx",
"args": [
"openzim-mcp",
"<zim_directory>"
],
"env": {
"OPENZIM_MCP_TOOL_MODE": "<your OPENZIM_MCP_TOOL_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openzim-mcp": {
"command": "uvx",
"args": [
"openzim-mcp",
"<zim_directory>"
],
"env": {
"OPENZIM_MCP_TOOL_MODE": "<your OPENZIM_MCP_TOOL_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openzim-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openzim-mcp",
"<zim_directory>"
],
"env": {
"OPENZIM_MCP_TOOL_MODE": "<your OPENZIM_MCP_TOOL_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openzim-mcp": {
"command": "uvx",
"args": [
"openzim-mcp",
"<zim_directory>"
],
"env": {
"OPENZIM_MCP_TOOL_MODE": "<your OPENZIM_MCP_TOOL_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openzim-mcp": {
"command": "uvx",
"args": [
"openzim-mcp",
"<zim_directory>"
],
"env": {
"OPENZIM_MCP_TOOL_MODE": "<your OPENZIM_MCP_TOOL_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cameronrye%2Fopenzim-mcp)<a href="https://mcptoplist.com/server/io.github.cameronrye%2Fopenzim-mcp"><img src="https://mcptoplist.com/badge/io.github.cameronrye%2Fopenzim-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
cameronrye
Other servers by cameronrye
- Gopher & Gemini MCP Server#3,671 · 8 vers
- AT Protocol MCP Server#4,178 · 7 vers
- ActivityPub MCP Server#4,807 · 2 vers
- Cameron Rye Portfolio MCP Server#60,984 · 1 ver
Available versions (6)
| Version | Published |
|---|---|
| 3.2.3 | Aug 28, 2026 |
| 3.2.2 | Aug 26, 2026 |
| 3.1.2 | Aug 23, 2026 |
| 3.1.1 | Aug 22, 2026 |
| 3.0.0 | Aug 21, 2026 |
| 2.5.1 | Jun 22, 2026 |
Frequently asked questions
- Who maintains OpenZIM MCP Server?
- OpenZIM MCP Server is maintained by cameronrye, which publishes 5 MCP servers (24 total versions) tracked on MCP Toplist.
- Is OpenZIM MCP Server listed on the Official MCP Registry?
- Yes — OpenZIM MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does OpenZIM MCP Server have?
- MCP Toplist tracks 6 versions of OpenZIM MCP Server, most recently published on Aug 28, 2026.
- Where can I find the source code for OpenZIM MCP Server?
- The source code for OpenZIM MCP Server is hosted at github.com/cameronrye/openzim-mcp.