Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"wikijs": {
"command": "npx",
"args": [
"-y",
"@yowu-dev/requarks-wiki-mcp"
],
"env": {
"WIKI_BASE_URL": "${WIKI_BASE_URL:-https://wiki.yowu.dev}",
"WIKI_API_TOKEN": "${WIKI_API_TOKEN}",
"WIKI_DEFAULT_EDITOR": "markdown",
"WIKI_DEFAULT_LOCALE": "${WIKI_DEFAULT_LOCALE:-ko}",
"WIKI_MUTATION_DRY_RUN": "${WIKI_MUTATION_DRY_RUN:-false}",
"WIKI_MUTATIONS_ENABLED": "${WIKI_MUTATIONS_ENABLED:-true}"
}
}
}
}Replace placeholder values for: WIKI_API_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
WIKI_BASE_URL=${WIKI_BASE_URL:-https://wiki.yowu.dev}WIKI_API_TOKEN=${WIKI_API_TOKEN}WIKI_DEFAULT_EDITOR=markdownWIKI_DEFAULT_LOCALE=${WIKI_DEFAULT_LOCALE:-ko}WIKI_MUTATION_DRY_RUN=${WIKI_MUTATION_DRY_RUN:-false}WIKI_MUTATIONS_ENABLED=${WIKI_MUTATIONS_ENABLED:-true}Sensitive values you must provide — never committed to source control
npx claudepluginhub uyu423/yowu-claude-marketplace --plugin yowu-wikijs-plugin