wikijs-mcp-server
Provides tools for managing Wiki.js pages, including creating, updating, retrieving, listing, searching, deleting, and moving pages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wikijs-mcp-serverSearch wiki for pages about authentication."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wikijs-plugin
Claude Code plugin for Wiki.js integration — MCP server for page CRUD/search plus a docs-wiki skill that orchestrates documentation sub-agents to publish DE+EN docs.
Combines the previously separate wikijs-mcp-server (originally TypeScript, ported to Python here — see CHANGELOG) and mm-skills/docs-wiki into a single installable plugin, following the structure of mm-dev-toolkit and project-hub.
Documentation
Related MCP server: wikijs-mcp-server
Installation
Install via the Claude Code plugin marketplace mechanism (marketplace add + plugin install), same as mm-dev-toolkit/project-hub. Then run /wikijs-plugin:setup — it creates a dedicated venv at ~/.wikijs-plugin/venv/ and copies the .env template.
Configure Wiki.js credentials in ~/.wikijs-plugin/.env:
WIKIJS_API_URL=https://your-wikijs-installation/graphql
WIKIJS_API_TOKEN=your-api-token-hereComponents
MCP Server (servers/wikijs-mcp-server/)
Python (mcp[cli] + httpx), dedicated venv — same pattern as mm-dev-toolkit/project-hub.
Tool | Description |
| Create new wiki pages with Markdown or HTML |
| Update existing pages (content, title, tags) |
| Retrieve full page content and metadata |
| List pages with pagination and filtering |
| Full-text search across wiki pages |
| Permanently delete pages |
| Move pages to new paths |
| Read a page's logged change history (Phase 2, see below) |
Skill (skills/docs-wiki/)
/wikijs-plugin:docs-wiki — orchestrates documentation sub-agents (docs-architect, mermaid-expert, tutorial-engineer, api-documenter, reference-builder) to create/update Wiki.js pages in DE+EN.
Page-History Tracking
wikijs_create_page/wikijs_update_page accept optional sourceRepo/sourceRef/summary
parameters, logged to a local SQLite DB (~/.wikijs-plugin/wikijs-plugin.db) — never written
into the visible page content or description, so the project's "no version numbers in body text"
Wiki.js convention stays intact. docs-wiki passes the target project's git rev-parse HEAD as
sourceRef automatically when available. Read the log back with wikijs_get_page_history.
Requirements
Python 3.11+ (Windows: the
pylauncher works even wherepython/python3are Microsoft Store alias stubs)Wiki.js instance (v2.x or v3.x)
Wiki.js API token with page management permissions
Development
See CONTRIBUTING.md.
License
PolyForm Noncommercial License 1.0.0 — source-available, personal and non-commercial use only. Not OSI Open Source. Commercial use requires explicit permission; contact the maintainer.
Author
Markus Michalski
Website: markus-michalski.net
GitHub: @markus-michalski
Links
Full Documentation (English)
Vollständige Dokumentation (Deutsch)
Original standalone TypeScript MCP server: wikijs-mcp-server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides a unified interface to manage Wiki.js pages, users, and groups via GraphQL API, enabling AI agents to create, read, update, and delete content and perform administrative tasks.4113MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Wiki.js integration, enabling AI assistants to create, read, update, delete, search, and move wiki pages via natural language.1MIT
- FlicenseNot gradedqualityCmaintenanceMCP server to search and read documentation pages from a WikiJS instance via its GraphQL API.
- AlicenseNot gradedqualityAmaintenanceMCP server for accessing Wiki.js through its GraphQL API, enabling page management, search, tags, and system info operations.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markus-michalski/wikijs-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server