Wiki.js for Grok
io.github.ni-c/wikijs-mcp
Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments
client:Grok
transport:stdio
runtime:npm
Install Wiki.js in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs