wikijs-mcp-server
Create and manage wiki pages in Wiki.js, including creating, updating, retrieving, listing, searching, deleting, and moving pages with Markdown or HTML content.
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 'project setup' instructions"
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.
Wiki.js MCP Server
Model Context Protocol Server for Wiki.js integration in Claude Code - Create and manage wiki pages directly from your AI assistant.
v2.0.0 - Major Refactoring
This version includes a complete rewrite following MCP Best Practices:
TypeScript - Full type safety with strict mode
Modern SDK - Uses MCP SDK v1.24+ with
McpServer.tool()APIZod Validation - Runtime input validation for all tools
Service-Prefixed Tools - All tools use
wikijs_prefix for namespace clarityTool Annotations - Proper
readOnlyHint,destructiveHint, etc.Pagination Support - List operations return
has_more,next_offset,total_countCharacter Limits - Large content is truncated with clear notices
Related MCP server: mediawiki-mcp-server
Documentation
The comprehensive guide includes:
Installation instructions
Configuration examples
All 7 MCP tools with parameters
GraphQL API integration details
Troubleshooting guide
Quick Start
# 1. Clone repository
git clone https://github.com/markus-michalski/wikijs-mcp-server.git ~/.claude/mcp-servers/wikijs
# 2. Install dependencies
cd ~/.claude/mcp-servers/wikijs
npm install
# 3. Build TypeScript
npm run build
# 4. Configure environment
cp .env.example .env
# Edit .env with your Wiki.js API credentials
# 5. Add to Claude Code config and restartRequirements
Node.js 18+
Wiki.js instance (v2.x or v3.x)
Wiki.js API Token with page management permissions
Available Tools
Tool | Description | Annotations |
| 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 |
|
Development
# Development with hot-reload
npm run dev
# Build for production
npm run build
# Type checking
npm run typecheckProject Structure
wikijs-mcp-server/
├── src/
│ ├── index.ts # Main server entry point
│ ├── constants.ts # Shared constants (CHARACTER_LIMIT, etc.)
│ ├── types.ts # TypeScript type definitions
│ ├── schemas/ # Zod validation schemas
│ ├── services/ # API client and error handling
│ └── tools/ # Tool implementations
├── dist/ # Compiled JavaScript
├── evaluation.xml # MCP evaluation test questions
└── package.jsonLicense
MIT License - See LICENSE for details
Author
Markus Michalski
Website: markus-michalski.net
GitHub: @markus-michalski
Links
Full Documentation (English)
Vollstaendige Dokumentation (Deutsch)
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 Servers
- Flicense-qualityDmaintenanceAn MCP server for Wiki.js projects that enables full-text search, page retrieval, and page management capabilities. It allows LLMs to interact with wiki content through specialized tools for searching, listing, and creating pages.
- AlicenseAqualityAmaintenanceMCP server for MediaWiki wikis. Search, read, edit, and manage wiki content from AI assistants. Includes formatting, link checking, revision history, and markdown conversion.4320MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI agents to interact with Wiki.js as a knowledge base through a comprehensive set of 29 tools for content retrieval and management. It supports full-text search, page versioning, and asset browsing with optional write operations secured by safety gates.29134MIT
- Alicense-qualityDmaintenanceAn MCP server that enables full management of WikiJS instances, supporting operations like page creation, searching, and updating. It also provides tools for knowledge graph exploration, content summarization, and retrieval of wiki statistics.14MIT
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
MCP server for AI dialogue using various LLM models via AceDataCloud
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server