confluence-cloud-mcp
If you are the rightful owner of confluence-cloud-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol (MCP) server for interacting with Confluence Cloud, enabling AI assistants to manage Confluence spaces, pages, and content through a standardized interface.
The Confluence Cloud MCP Server is designed to facilitate seamless interaction with Confluence Cloud by providing a suite of tools that allow AI assistants to manage spaces, pages, and content. This server supports operations such as listing and retrieving space details, creating and updating pages, and converting page content from Confluence storage format to Markdown. Additionally, it offers search capabilities using Confluence Query Language (CQL) and label management for pages. The server can be deployed using Docker, built locally, or run from source, making it versatile for different development environments. It integrates with MCP-compatible AI assistants, allowing them to leverage Confluence's capabilities programmatically.
Features
- Space Management: List spaces and get space details in Confluence.
- Page Operations: Create, read, update pages, list pages in a space, and convert page content to Markdown.
- Search & Labels: Search content using CQL and manage page labels.
Tools
list_confluence_spaces
List all spaces in Confluence.
get_confluence_space
Get details about a specific space.
list_confluence_pages
List pages in a space.
get_confluence_page
Get a specific page with its content, including Markdown conversion.
create_confluence_page
Create a new page in a space.
update_confluence_page
Update an existing page.
search_confluence_pages
Search Confluence content using CQL.
get_confluence_labels
Get labels for a page.
add_confluence_label
Add a label to a page.
remove_confluence_label
Remove a label from a page.