BookStack MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOOKSTACK_URL | Yes | BookStack instance URL | |
| BOOKSTACK_API_TOKEN_ID | Yes | API Token ID from BookStack | |
| BOOKSTACK_API_TOKEN_SECRET | Yes | API Token Secret from BookStack |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_pageC | Create a new page in BookStack. |
| search_itemsA | Search for items (shelves, books, chapters, pages) in BookStack. |
| get_page_contentC | Get the content of a specific page. |
| list_booksC | List all books. |
| read_bookB | Get details of a specific book by ID or name. |
| create_bookB | Create a new book in BookStack. |
| update_bookB | Update an existing book in BookStack. |
| delete_bookB | Delete a book from BookStack. |
| list_shelvesB | List all shelves. |
| create_shelfC | Create a new shelf in BookStack. |
| read_shelfA | Get details of a specific shelf by ID or name. |
| update_shelfC | Update an existing shelf in BookStack. |
| delete_shelfB | Delete a shelf from BookStack. |
| list_chaptersC | List all chapters. |
| read_chapterB | Get details of a specific chapter by ID or name. |
| create_chapterC | Create a new chapter in BookStack. |
| update_chapterC | Update an existing chapter in BookStack. |
| delete_chapterC | Delete a chapter from BookStack. |
| export_chapter_htmlB | Export a chapter as a contained HTML file. |
| export_chapter_pdfC | Export a chapter as a PDF file. |
| export_chapter_plaintextB | Export a chapter as a plain text file. |
| export_chapter_markdownB | Export a chapter as a markdown file. |
| update_pageC | Update an existing page. |
| delete_pageC | Delete a page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Derron-Knox/bookstack-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server