GitBook MCP by usefulapi
Use your GitBook account from Claude, Cursor, or any MCP client โ read spaces, collections, pages and content, search docs, and manage organization spaces. Hosted,
no local install: connect with your own credentials.
Live endpoint: https://gitbook.usefulapi.io/mcp ยท Homepage: https://usefulapi.io
Add to Claude
{
"mcpServers": {
"gitbook": {
"url": "https://gitbook.usefulapi.io/mcp"
}
}
}
On first connect you'll provide your GitBook API token (Settings โ Developer โ API tokens). It is validated, stored per-user, and scoped to you โ no
keys in config files.
| Tool | Type | What it does |
|---|
gitbook_get_current_user | read | Get current user |
gitbook_list_organizations | read | List organizations |
gitbook_list_spaces | read | List spaces |
gitbook_get_space | read | Get space |
gitbook_list_pages | read | List pages |
gitbook_get_page | read | Get page |
gitbook_search_space | read | Search space |
gitbook_search_organization | read | Search organization |
gitbook_list_collections | read | List collections |
gitbook_get_collection | read | Get collection |
gitbook_list_change_requests | read | List change requests |
gitbook_list_comments | read | List comments |
gitbook_create_change_request | write | Create change request |
gitbook_update_change_request | write | Update change request |
gitbook_usage_status | meta | Usage status (free-tier meter) |
gitbook_upgrade | meta | Upgrade to Pro (unlimited) |
read tools are read-only; write tools mutate data (clients should confirm them); meta tools report usage or manage your subscription.
Pricing
| Plan | Price | Limit |
|---|
| Free | $0 | 100 tool calls / month |
| Pro | $9/mo or $90/yr (2 months free) | Unlimited |
License
MIT โ see LICENSE. Documentation only; the server is hosted.