Wiki.js for Cline
io.github.ni-c/wikijs-mcp
Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments
client:Cline
transport:stdio
runtime:npm
Install Wiki.js in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs