GitBook Model Context Protocol server - read and search GitBook documentation with AI assistants
| Tool name | Description | Destructive? |
|---|---|---|
| list_organizations | ✓ no | |
| list_spaces | ✓ no | |
| get_space | ✓ no | |
| get_space_content | ✓ no | |
| get_page_content | ✓ no |
| get_page_by_path | ✓ no | |
| search_content | ✓ no | |
| get_space_files | ✓ no | |
| get_file | ✓ no | |
| list_collections | ✓ no | |
| get_collection | ✓ no | |
| get_collection_spaces | ✓ no |
{
"mcpServers": {
"gitbook": {
"command": "npx",
"args": [
"-y",
"gitbook-mcp"
]
}
}
}