confluence-cloud-mcp

confluence-cloud-mcp

3.7

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

  1. list_confluence_spaces

    List all spaces in Confluence.

  2. get_confluence_space

    Get details about a specific space.

  3. list_confluence_pages

    List pages in a space.

  4. get_confluence_page

    Get a specific page with its content, including Markdown conversion.

  5. create_confluence_page

    Create a new page in a space.

  6. update_confluence_page

    Update an existing page.

  7. search_confluence_pages

    Search Confluence content using CQL.

  8. get_confluence_labels

    Get labels for a page.

  9. add_confluence_label

    Add a label to a page.

  10. remove_confluence_label

    Remove a label from a page.