A Model Context Protocol (MCP) server that enables LLMs to interact with BookStack, allowing AI agents to search, read, and manage documentation within a BookStack instance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pnocera-bookstack-mc": {
"command": "npx",
"args": [
"-y",
"codenamek83/pnocera-bookstack-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pnocera-bookstack-mc npx -y codenamek83/pnocera-bookstack-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pnocera-bookstack-mc": {
"command": "npx",
"args": [
"-y",
"codenamek83/pnocera-bookstack-mcp-server"
]
}
}
}
📋 Copy