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