Skip to main content
Glama

WikiJS MCP Server

by RicardoCenci

WikiJS MCP Server

A Model Context Protocol (MCP) server that provides integration with WikiJS, allowing AI assistants to search and retrieve content from your WikiJS knowledge base.

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> } } } }

Getting a WikiJS API Key

  1. Log into your WikiJS instance as an administrator
  2. Go to Administration > API Access
  3. Create a new API key with appropriate permissions
  4. Copy the generated key to your .env file

Development

  1. Clone the repository:
git clone https://github.com/RicardoCenci/wikijs-mcp.git cd wikijs-mcp
  1. Install dependencies:
npm install
  1. Copy the environment template and fill out its contents
cp env.example .env
  1. Build the project If you have make installed:
make build
  1. Deploy the WikiJS instance for testing
docker composer up -d

Usage

npx wikijs-mcp

Environment Variables

VariableDescriptionRequiredDefault
WIKIJS_URLURL of your WikiJS instanceYes-
WIKIJS_API_KEYWikiJS API keyYes-

License

This project is licensed under the MIT License.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables AI assistants to search and retrieve content from WikiJS knowledge bases, allowing integration with your Wiki through simple search and retrieval tools.

  1. Overview
    1. Configuration for Cursor
      1. Getting a WikiJS API Key
        1. Development
          1. Usage
            1. Environment Variables
              1. License

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Enables programmatic interaction with Wikimedia APIs, offering features like searching content, retrieving page information, and accessing historical events across multiple languages.
                  Last updated -
                  6
                  2
                  Python
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  Provides tools for listing and retrieving content from different knowledge bases using semantic search capabilities.
                  Last updated -
                  2
                  10
                  TypeScript
                  The Unlicense
                  • Linux
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI assistants to interact with Metabase, providing access to dashboards, questions, databases, and tools for executing queries and viewing data through natural language.
                  Last updated -
                  JavaScript
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI language models to interact with YouTube content through a standardized interface, providing tools for retrieving video information, transcripts, channel analytics, and trend analysis.
                  Last updated -
                  852
                  1
                  JavaScript

                View all related MCP servers

                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/RicardoCenci/wikijs-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server