MCP Servers / productivity / GitBook

GitBook

JSON →
stdionone25productivity

Access and manage GitBook spaces and content using the GitBook API.

Install
How to run this server
[ { "cmd": "npx gitbook-mcp`.", "imports": [] } ]
server path: gitbook
Tools
What this server exposes
list_organizations
Lists all accessible GitBook organizations.
list_spaces
Lists spaces, optionally filtered by organization.
get_space
Retrieves detailed information about a specific space.
get_space_content
Retrieves the content structure and pages of a space.
search_content
Searches for content within a space using full-text search.
get_page_content
Retrieves the content of a specific page.
get_page_by_path
Retrieves page content using the page path.
get_space_files
Lists all files in a space.
get_file
Retrieves details of a specific file.
list_collections
Lists all accessible collections.
get_collection
Retrieves details of a specific collection.
get_collection_spaces
Lists all spaces within a collection.
Configuration
Environment & auth
authnone
envGITBOOK_API_TOKEN
envGITBOOK_ORGANIZATION_ID
envGITBOOK_SPACE_ID
Resources
GitBook — MCP Server · libregistry