送信

Wikijs Mcp

@RicardoCenci

Simple Model Context Protocol (MCP) server for Wiki.js

ツール

search_pages

get_page_by_id

get_page_by_path

get_all_pages

サーバー設定

{
  "mcpServers": {
    "wikijs-mcp": {
      "command": "npx",
      "args": [
        "wikijs-mcp"
      ],
      "env": {
        "WIKIJS_URL": "<YOUR WIKIJS URL>",
        "WIKIJS_API_KEY": "<YOUR WIKIJS API TOKEN>"
      }
    }
  }
}