GitBook MCP
Connect AI coding assistants to GitBook so they can create sites, open change requests, and edit content through GitBook’s API
GitBook’s MCP Endpoint
https://mcp.gitbook.com/mcpConnect your client
claude mcp add --transport http gitbook https://mcp.gitbook.com/mcpclaude mcp add --transport http gitbook https://mcp.gitbook.com/mcp \
--header "Authorization: Bearer <YOUR_TOKEN>"codex mcp add gitbook --url https://mcp.gitbook.com/mcp[mcp_servers.gitbook]
url = "https://mcp.gitbook.com/mcp"
bearer_token_env_var = "GITBOOK_MCP_TOKEN"
enabled = true{
"mcpServers": {
"gitbook": {
"url": "https://mcp.gitbook.com/mcp"
}
}
}Authenticate GitBook’s MCP
Using GitBook’s MCP
Create and configure a new docs site.
Open a change request and draft content.
Move, rename, or restructure pages across a site.
The difference between the GitBook MCP and published docs MCP
FAQ
Last updated
Was this helpful?