bookstack-mcp-server

jeroenmaes/bookstack-mcp-server

3.2

If you are the rightful owner of bookstack-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The BookStack MCP Server is an ASP.NET Core 9 server that facilitates interaction with BookStack wiki software through its API, offering both read and write operations.

Tools

Functions exposed to the LLM to take actions

list_books

List all books with pagination

get_book

Get detailed information about a specific book

create_book

Create a new book (requires EnableWrite: true)

delete_book

Delete a book (requires EnableWrite: true)

list_chapters

List all chapters with pagination

get_chapter

Get detailed information about a specific chapter

create_chapter

Create a new chapter in a book (requires EnableWrite: true)

delete_chapter

Delete a chapter (requires EnableWrite: true)

list_pages

List all pages with pagination

get_page

Get detailed information about a specific page

create_page

Create a new page in a book or chapter (requires EnableWrite: true)

delete_page

Delete a page (requires EnableWrite: true)

list_shelves

List all shelves with pagination

get_shelf

Get detailed information about a specific shelf

create_shelf

Create a new shelf (requires EnableWrite: true)

delete_shelf

Delete a shelf (requires EnableWrite: true)

list_users

List all users with pagination

get_user

Get detailed information about a specific user

search_all

Search across all BookStack content (books, chapters, pages)

search_books

Search for books by name or description

search_chapters

Search for chapters by name or description

search_pages

Search for pages by name or content

search_shelves

Search for shelves by name or description

search_users

Search for users by name or email

advanced_search

Advanced search with custom filters and operators

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources