MCP server for Wiki.js: search, read and edit pages, and manage assets, users, groups and comments
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"-y",
"ni-c/wikijs-mcp"
]
}
}
}
Run in terminal:
claude mcp add wikijs-mcp npx -y ni-c/wikijs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"-y",
"ni-c/wikijs-mcp"
]
}
}
}