Skip to content
Windsurf

Wiki.js for Windsurf

io.github.ni-c/wikijs-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Wiki.js in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wikijs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/wikijs-mcp"
      ],
      "env": {
        "WIKIJS_URL": "<WIKIJS_URL>",
        "WIKIJS_TOKEN": "<WIKIJS_TOKEN>",
        "WIKIJS_LOCALE": "<WIKIJS_LOCALE>",
        "WIKIJS_READ_ONLY": "<WIKIJS_READ_ONLY>",
        "WIKIJS_ALLOWED_PATHS": "<WIKIJS_ALLOWED_PATHS>",
        "WIKIJS_ALLOW_TOOLS": "<WIKIJS_ALLOW_TOOLS>",
        "WIKIJS_DENY_TOOLS": "<WIKIJS_DENY_TOOLS>",
        "WIKIJS_INSECURE_TLS": "<WIKIJS_INSECURE_TLS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Wiki.js in other clients