6 months ago
Simple Model Context Protocol (MCP) server for Wiki.js
Server Config
{
"mcpServers": {
"wikijs-mcp": {
"command": "npx",
"args": [
"wikijs-mcp"
],
"env": {
"WIKIJS_URL": "<YOUR WIKIJS URL>",
"WIKIJS_API_KEY": "<YOUR WIKIJS API TOKEN>"
}
}
}
}