Home › Knowledge & Memory › Wiki.js

Wiki.js

Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y @ni-c/wikijs-mcp@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "wikijs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/wikijs-mcp@0.3.0"
      ],
      "env": {
        "WIKIJS_URL": "<YOUR_VALUE>",
        "WIKIJS_TOKEN": "<YOUR_VALUE>",
        "WIKIJS_LOCALE": "<YOUR_VALUE>",
        "WIKIJS_READ_ONLY": "<YOUR_VALUE>",
        "WIKIJS_ALLOWED_PATHS": "<YOUR_VALUE>",
        "WIKIJS_ALLOW_TOOLS": "<YOUR_VALUE>",
        "WIKIJS_DENY_TOOLS": "<YOUR_VALUE>",
        "WIKIJS_INSECURE_TLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • WIKIJS_URL required — Base URL of the Wiki.js instance, e.g. https://wiki.example.com
  • WIKIJS_TOKEN required secret — API key from Administration → API Access. WIKIJS_API_KEY is accepted as an alias
  • WIKIJS_LOCALE — Locale assumed by page tools that are not given one; part of a page's identity (default: en)
  • WIKIJS_READ_ONLY — Set to true to register only the read tools (default: false)
  • WIKIJS_ALLOWED_PATHS — Comma-separated page path prefixes the write tools are confined to, matched by path segment
  • WIKIJS_ALLOW_TOOLS — Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)
  • WIKIJS_DENY_TOOLS — Comma-separated tool names or list_* prefixes to remove from whatever the allow list left
  • WIKIJS_INSECURE_TLS — Set to true to accept a self-signed certificate from a self-hosted instance (default: false)

Package (oci)

docker run -i --rm ghcr.io/ni-c/wikijs-mcp:0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "wikijs-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ni-c/wikijs-mcp:0.3.0"
      ],
      "env": {
        "WIKIJS_URL": "<YOUR_VALUE>",
        "WIKIJS_TOKEN": "<YOUR_VALUE>",
        "WIKIJS_LOCALE": "<YOUR_VALUE>",
        "WIKIJS_READ_ONLY": "<YOUR_VALUE>",
        "WIKIJS_ALLOWED_PATHS": "<YOUR_VALUE>",
        "WIKIJS_ALLOW_TOOLS": "<YOUR_VALUE>",
        "WIKIJS_DENY_TOOLS": "<YOUR_VALUE>",
        "WIKIJS_INSECURE_TLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • WIKIJS_URL required — Base URL of the Wiki.js instance, e.g. https://wiki.example.com
  • WIKIJS_TOKEN required secret — API key from Administration → API Access. WIKIJS_API_KEY is accepted as an alias
  • WIKIJS_LOCALE — Locale assumed by page tools that are not given one; part of a page's identity (default: en)
  • WIKIJS_READ_ONLY — Set to true to register only the read tools (default: false)
  • WIKIJS_ALLOWED_PATHS — Comma-separated page path prefixes the write tools are confined to, matched by path segment
  • WIKIJS_ALLOW_TOOLS — Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)
  • WIKIJS_DENY_TOOLS — Comma-separated tool names or list_* prefixes to remove from whatever the allow list left
  • WIKIJS_INSECURE_TLS — Set to true to accept a self-signed certificate from a self-hosted instance (default: false)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry