Enables AI models to securely interact with Wiki.js functionality via the Model Context Protocol (MCP).
This project provides an MCP server that acts as a secure intermediary, enabling AI models to interact safely with Wiki.js through its GraphQL API. By implementing the Model Context Protocol (MCP), it offers a unified interface for AI agents and tools to manage pages, users, and groups within Wiki.js. It supports various transport methods like HTTP and STDIO, making it suitable for web integrations and editor integrations like Cursor and VS Code.
主要功能
01User management (create, update, search, list)
02Group management (list)
03Supports HTTP and STDIO transports
04Page management (create, update, delete, search, list) including unpublished pages
05Editor integration (Cursor, VS Code)
060 GitHub stars
使用案例
01Integrating Wiki.js with AI-powered content creation tools
02Automating Wiki.js page management using AI agents
03Providing AI assistants with access to Wiki.js knowledge base