WikiJS MCP Server
Provides containerized deployment options with Docker and Docker Compose, including commands for configuration management and server operations within containers.
Interfaces with Wiki.js through its GraphQL API endpoint, allowing for querying and mutating wiki content through structured GraphQL operations.
Enables searching, reading, listing, and managing pages in a Wiki.js instance, with features for browsing wiki structure, creating new documentation pages, and updating existing 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 for deployment procedures in our wiki"
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 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)
Related MCP server: Azure DevOps Wiki MCP Server
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-mcpVerify 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 |
| Full-text search across all wiki pages |
| Get a page by path or ID, with optional |
| List pages with optional tag filtering and sort order |
| Get the hierarchical folder/page tree structure |
| Create a new page |
| Update a page via full replacement or surgical find-and-replace ( |
| Move a page to a new path and/or locale |
| Delete a page |
| List all tags used across the wiki |
| Get wiki site metadata (title, description, host) |
| Get page edit history with pagination |
| 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 pytestLicense
MIT
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
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables searching, reading, and editing wiki pages on Wizzypedia from MCP-enabled tools like Cursor or Claude Desktop.Last updated647MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI agents to interact with Azure DevOps wikis, providing capabilities for content search, page management, and hierarchical structure navigation.Last updated516MIT
- 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.Last updated
- 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.Last updated19MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
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/jaalbin24/wikijs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server