mcpbook

tcsenpai/mcpbook

3.4

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

The GitBook MCP Server is a Model Context Protocol server designed to expose GitBook content for AI assistants by scraping and indexing GitBook documentation.

Tools

Functions exposed to the LLM to take actions

{prefix}_search_content

Advanced search across all content.

{prefix}_get_page

Get a specific page by path.

{prefix}_list_sections

Get the complete table of contents.

{prefix}_get_section_pages

Get all pages in a section.

{prefix}_refresh_content

Force refresh of cached content.

{prefix}_get_code_blocks

Extract code blocks with syntax highlighting.

{prefix}_get_markdown

Get page content as formatted markdown.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources