Wikijs Mcp

Created By
RicardoCencia year ago
Simple Model Context Protocol (MCP) server for Wiki.js
Overview

This MCP server enables AI assistants to interact with WikiJS instances by providing tools to:

  • Search for pages by query string
  • Retrieve pages by ID
  • Retrieve pages by path and locale
  • Get all pages from the wiki

Configuration for Cursor

{
  "mcpServers": {
    "wikijs-mcp": {
      "command": "npx",
        "args": [
            "wikijs-mcp"
        ],
        "env": {
            "WIKIJS_URL": <your wikijs url>,
            "WIKIJS_API_KEY": <your wikijs api key>
        }
    }
  }
}

Server Config

{
  "mcpServers": {
    "wikijs-mcp": {
      "command": "npx",
      "args": [
        "wikijs-mcp"
      ],
      "env": {
        "WIKIJS_URL": "<YOUR WIKIJS URL>",
        "WIKIJS_API_KEY": "<YOUR WIKIJS API TOKEN>"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
RicardoCenci
Star
-
Language
-
License
-
Category

Recommend Servers

View All