Wiki.js
Rank #18,673io.github.ni-c/wikijs-mcp
Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments
Wiki.js is a Model Context Protocol (MCP) server published by ni-c. It ranks #18,673 of 115,460 servers tracked on MCP Toplist. Wiki.js is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 96,787 of 115,460 servers on MCP Toplist.
Use Wiki.js
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wikijs-mcp -e "WIKIJS_URL=<your WIKIJS_URL>" -e "WIKIJS_TOKEN=<your WIKIJS_TOKEN>" -e "WIKIJS_LOCALE=<your WIKIJS_LOCALE>" -e "WIKIJS_READ_ONLY=<your WIKIJS_READ_ONLY>" -e "WIKIJS_ALLOWED_PATHS=<your WIKIJS_ALLOWED_PATHS>" -e "WIKIJS_ALLOW_TOOLS=<your WIKIJS_ALLOW_TOOLS>" -e "WIKIJS_DENY_TOOLS=<your WIKIJS_DENY_TOOLS>" -e "WIKIJS_INSECURE_TLS=<your WIKIJS_INSECURE_TLS>" -- npx -y @ni-c/wikijs-mcpReplace each placeholder with your own value before saving.
claude mcp add wikijs-mcp -e "WIKIJS_URL=<your WIKIJS_URL>" -e "WIKIJS_TOKEN=<your WIKIJS_TOKEN>" -e "WIKIJS_LOCALE=<your WIKIJS_LOCALE>" -e "WIKIJS_READ_ONLY=<your WIKIJS_READ_ONLY>" -e "WIKIJS_ALLOWED_PATHS=<your WIKIJS_ALLOWED_PATHS>" -e "WIKIJS_ALLOW_TOOLS=<your WIKIJS_ALLOW_TOOLS>" -e "WIKIJS_DENY_TOOLS=<your WIKIJS_DENY_TOOLS>" -e "WIKIJS_INSECURE_TLS=<your WIKIJS_INSECURE_TLS>" -- docker run -i --rm ghcr.io/ni-c/wikijs-mcp:0.1.0Replace each placeholder with your own value before saving.
[mcp_servers.wikijs-mcp]
command = "npx"
args = ["-y", "@ni-c/wikijs-mcp"]
[mcp_servers.wikijs-mcp.env]
WIKIJS_URL = "<your WIKIJS_URL>"
WIKIJS_TOKEN = "<your WIKIJS_TOKEN>"
WIKIJS_LOCALE = "<your WIKIJS_LOCALE>"
WIKIJS_READ_ONLY = "<your WIKIJS_READ_ONLY>"
WIKIJS_ALLOWED_PATHS = "<your WIKIJS_ALLOWED_PATHS>"
WIKIJS_ALLOW_TOOLS = "<your WIKIJS_ALLOW_TOOLS>"
WIKIJS_DENY_TOOLS = "<your WIKIJS_DENY_TOOLS>"
WIKIJS_INSECURE_TLS = "<your WIKIJS_INSECURE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.wikijs-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/wikijs-mcp:0.1.0"]
[mcp_servers.wikijs-mcp.env]
WIKIJS_URL = "<your WIKIJS_URL>"
WIKIJS_TOKEN = "<your WIKIJS_TOKEN>"
WIKIJS_LOCALE = "<your WIKIJS_LOCALE>"
WIKIJS_READ_ONLY = "<your WIKIJS_READ_ONLY>"
WIKIJS_ALLOWED_PATHS = "<your WIKIJS_ALLOWED_PATHS>"
WIKIJS_ALLOW_TOOLS = "<your WIKIJS_ALLOW_TOOLS>"
WIKIJS_DENY_TOOLS = "<your WIKIJS_DENY_TOOLS>"
WIKIJS_INSECURE_TLS = "<your WIKIJS_INSECURE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/wikijs-mcp:0.1.0"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/wikijs-mcp:0.1.0"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wikijs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ni-c/wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"wikijs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/wikijs-mcp:0.1.0"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/wikijs-mcp:0.1.0"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wikijs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/wikijs-mcp:0.1.0"
],
"env": {
"WIKIJS_URL": "<your WIKIJS_URL>",
"WIKIJS_TOKEN": "<your WIKIJS_TOKEN>",
"WIKIJS_LOCALE": "<your WIKIJS_LOCALE>",
"WIKIJS_READ_ONLY": "<your WIKIJS_READ_ONLY>",
"WIKIJS_ALLOWED_PATHS": "<your WIKIJS_ALLOWED_PATHS>",
"WIKIJS_ALLOW_TOOLS": "<your WIKIJS_ALLOW_TOOLS>",
"WIKIJS_DENY_TOOLS": "<your WIKIJS_DENY_TOOLS>",
"WIKIJS_INSECURE_TLS": "<your WIKIJS_INSECURE_TLS>"
}
}
}
}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.ni-c%2Fwikijs-mcp)<a href="https://mcptoplist.com/server/io.github.ni-c%2Fwikijs-mcp"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Fwikijs-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ni-c
Other servers by ni-c
- mcp-hub#4,896 · 8 vers
- Hetzner DNS#6,094 · 7 vers
- FreshRSS#7,194 · 6 vers
- wg-easy#7,522 · 5 vers
- Opengist#7,951 · 5 vers
- Audiobookshelf#8,088 · 5 vers
- Linkwarden#8,722 · 4 vers
- OpenStreetMap#10,626 · 3 vers
- Calibre-Web#10,860 · 3 vers
- Mealie MCP Server#11,402 · 3 vers
- Rustpad MCP Server#11,712 · 3 vers
- ntfy#17,003 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Wiki.js?
- Wiki.js is maintained by ni-c, which publishes 17 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Wiki.js listed on the Official MCP Registry?
- Yes — Wiki.js is listed on the Official MCP Registry.
- How many versions does Wiki.js have?
- MCP Toplist tracks 1 version of Wiki.js, most recently published on Aug 30, 2026.
- Where can I find the source code for Wiki.js?
- The source code for Wiki.js is hosted at github.com/ni-c/wikijs-mcp.