MCP server providing comprehensive access to BookStack knowledge management system
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.BOOKSTACK_API_TOKEN— export ="token_id:token_secret" # OUTBOUND: the credential this server spendsBOOKSTACK_BASE_URL— export ="https://your-bookstack.com/api"BOOKSTACK_TIMEOUT— 30000 BookStack request timeout in milliseconds.BOOKSTACK_UPLOAD_ROOTLOG_FORMAT— pretty One of json, pretty.LOG_LEVEL— info One of error, warn, info, debug.MCP_TRANSPORT— Stdio Mode: Standard input/output for local integration (e.g., with Claude Desktop). Set =stdio to enable.RATE_LIMIT_BURST_LIMIT— 10 Outbound burst allowance toward BookStack.RATE_LIMIT_REQUESTS_PER_MINUTE— 60 Outbound rate limit toward BookStack.SERVER_NAME— bookstack-mcp-server Server name reported over MCP and by GET /.SERVER_PORT— 3000 Port the HTTP transport listens on. Ignored in stdio mode.SERVER_VERSIONVALIDATION_ENABLED— true Input validation. Set to false to disable.VALIDATION_STRICT_MODE— true Reject invalid tool params at the boundary. Set to false to log a warning and forward them to BookStack instead.[](https://m8ven.ai/mcp/bookstack-mcp-server-yko79b)