Wiki.js
Integrates with Wiki.js, enabling AI to read and update documentation.
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.
Prerequisites
- Python 3.10+
- A Wiki.js instance with API access enabled
- A Wiki.js API key (Administration > API Access > New API Key)
Installation
Claude Code
claude mcp add wikijs \
--scope user \
-e WIKIJS_URL=https://your-wiki.com \
-e WIKIJS_API_KEY=your-api-key \
-- pipx run wikijs-mcp
Verify with claude mcp list.
Other MCP clients
Add to your MCP client config:
{
"mcpServers": {
"wikijs": {
"command": "pipx",
"args": ["run", "wikijs-mcp"],
"env": {
"WIKIJS_URL": "https://your-wiki.com",
"WIKIJS_API_KEY": "your-api-key"
}
}
}
}
You can substitute pipx run wikijs-mcp with uvx wikijs-mcp or install globally with pip install wikijs-mcp and use wikijs-mcp as the command.
Tools
| Tool | Description |
|---|---|
wiki_search | Full-text search across all wiki pages |
wiki_get_page | Get a page by path or ID, with optional metadata_only and include_render modes |
wiki_list_pages | List pages with optional tag filtering and sort order |
wiki_get_tree | Get the hierarchical folder/page tree structure |
wiki_create_page | Create a new page |
wiki_update_page | Update a page via full replacement or surgical find-and-replace (edits) |
wiki_move_page | Move a page to a new path and/or locale |
wiki_delete_page | Delete a page |
wiki_list_tags | List all tags used across the wiki |
wiki_get_site_info | Get wiki site metadata (title, description, host) |
wiki_get_history | Get page edit history with pagination |
wiki_get_version | Retrieve 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
相关服务器
Kone.vc
赞助Monetize your AI agent with contextual product recommendations
Trello MCP
Trello Desktop MCP server that enables Claude Desktop to interact with Trello boards, cards, lists, and team members through natural language commands.
WHMCS MCP Tools
set of tools for whmcs management
ProPresenter 7 MCP Server
ProPresenter 7 MCP Server
TellDone
Voice-first planning app. Dictate voice notes on iOS/Apple Watch, AI creates structured tasks and events. 21 MCP tools (read + write). Connect from Claude Code, Cursor, Windsurf. Free trial with promo code MCPBETA26.
Document Evaluation MCP Server
Evaluates technical documentation against globalization standards, analyzing for translation issues, ambiguity, and sentence length.
mcp-server-toggl
Team-wide Toggl Track time tracking, reporting, and workspace management via Reports API v3
Taiga MCP Bridge
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
Tomba MCP
Tomba, your unique B2B email finder and verifier, provides a distinctive lead database for effortless and effective outreach scaling.
system-prompts-mcp-server
Model Context Protocol server exposing system prompt files and summaries.
Bakaláři
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.