MCP write support — allow agents to create/edit GitBook pages via MCP/API (currently only read is supported) #1186
aldibit
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Hi @aldibit - we’re looking into ways we can make this experience better! For now, we do have a skill.md file your agent can follow to help you write docs in GitBook (and use Git Sync too) https://gitbook.com/docs/creating-content/ai-coding-assistants-and-skillmd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GitBook recently shipped a read-only MCP server (see #990) that exposes documentation to AI assistants. But there's no way for external agents (Claude, Cursor, Copilot, custom scripts, etc.) to write back to GitBook via MCP or the API.
I'd like to request writable MCP tools and/or API endpoints that allow agents to:
What's the desired outcome?
Teams should be able to hook AI agents like Claude into their documentation workflows (e.g., an agent that reads a GitHub issue or release note and automatically drafts a GitBook page update as a Change Request for a human to review and merge). The Change Request model is a perfect fit here imo: agents propose, humans approve.
This is complementary to the built-in GitBook Agent. It would allow external agents and custom workflows to participate in the same documentation lifecycle via open APIs/MCP tools, not just GitBook's own AI.
Without write access, the MCP server is limited to read/Q&A use cases and can't participate in the authoring loop, which would be really helpful for automatable processes, like release notes drafting.
Beta Was this translation helpful? Give feedback.
All reactions