npx claudepluginhub skinnnyjay/wiki-llm --plugin llm-wikiAdd to your .mcp.json:
{
"mcpServers": {
"llm-wiki": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp_server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
python3