Confluence MCP
Search, create, and update Confluence pages, spaces, and comments for documentation workflows.
Overview
| Catalog ID | mcp-confluence |
| Category | docs |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
search_pages | Search Confluence pages. |
create_page | Create a new page. |
update_page | Update an existing page. |
add_comment | Add a comment to a page. |
list_spaces | List Confluence spaces. |
Tool parameters
search_pages
Search Confluence pages.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | required | Search query or CQL |
space_key | string | optional | Limit to space |
limit | integer | optional | Max results |
create_page
Create a new page.
| Parameter | Type | Description | |
|---|---|---|---|
space_key | string | required | Space key |
title | string | required | Page title |
body | string | required | Page body |
parent_id | string | optional | Parent page ID |
update_page
Update an existing page.
| Parameter | Type | Description | |
|---|---|---|---|
page_id | string | required | Page ID |
title | string | optional | New title |
body | string | required | New body |
version_number | integer | required | Current version number |
add_comment
Add a comment to a page.
| Parameter | Type | Description | |
|---|---|---|---|
page_id | string | required | Page ID |
body | string | required | Comment body |
list_spaces
List Confluence spaces.
| Parameter | Type | Description | |
|---|---|---|---|
type | string | optional | Space type filter |
Installing
- In Cendriix, go to Settings → MCPs
- Find Confluence and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on