Hi everyone,
I'm currently trying to automate Confluence page creation using an MCP server with an AI coding tool. Reading pages works without any issues, but creating or updating pages doesn't seem to work as expected.
I've already checked the authentication and basic configuration, so I'm wondering if there are any additional permissions or settings required in Confluence Cloud.
Has anyone successfully set this up? If so, I'd really appreciate it if you could share your experience or point me in the right direction.
Thanks in advance!
You would need to provide the whole body of the page.
So look at an existing page and via the page via API to see how a body is build, this has to be in the call to create a page.
echo @Sebastian Krzewiński do you see any errors?
Hows your write scope permission look like?
A good isolation test is to sign into Confluence as the same account behind the MCP connection and manually create/edit a page in the exact target space. If that fails, it is space/page permission; if it succeeds, inspect the MCP server’s granted OAuth scopes and the API error/status body.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.