Skip to content
Cursor

Wiki.js for Cursor

io.github.ni-c/wikijs-mcp

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

client:Cursor transport:stdio runtime:npm

Install Wiki.js in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "wikijs-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Wiki.js in other clients