Labsco
jaalbin24 logo

Wiki.js

โ˜… 12

from jaalbin24

Integrates with Wiki.js, enabling AI to read and update documentation.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

WikiJS MCP Server

An MCP server that connects Claude to your Wiki.js instance. Search, read, create, update, move, and delete wiki pages through natural language.

Tools

ToolDescription
wiki_searchFull-text search across all wiki pages
wiki_get_pageGet a page by path or ID, with optional metadata_only and include_render modes
wiki_list_pagesList pages with optional tag filtering and sort order
wiki_get_treeGet the hierarchical folder/page tree structure
wiki_create_pageCreate a new page
wiki_update_pageUpdate a page via full replacement or surgical find-and-replace (edits)
wiki_move_pageMove a page to a new path and/or locale
wiki_delete_pageDelete a page
wiki_list_tagsList all tags used across the wiki
wiki_get_site_infoGet wiki site metadata (title, description, host)
wiki_get_historyGet page edit history with pagination
wiki_get_versionRetrieve a specific historical version of a page

Development

git clone https://github.com/jaalbin24/wikijs-mcp.git
cd wikijs-mcp
poetry install
poetry run pytest

License

MIT