confluence-cloud-mcp

confluence-cloud-mcp

14

The Confluence Cloud MCP Server is designed to enable AI assistants to manage Confluence environments through a standardized protocol. It offers comprehensive tools for space and page management, allowing for seamless integration and automation of tasks in Confluence Cloud.

Confluence Cloud MCP Server

A Model Context Protocol (MCP) server for interacting with Confluence Cloud. It allows AI assistants to manage spaces, pages, and content via a standardized interface.

Features

  • Space Management: List spaces, get space details
  • Page Operations: Create, read, update pages; list pages in a space; convert content to Markdown
  • Search & Labels: Search content with CQL, manage page labels

Setup

  • Docker: Recommended method using a pre-built image.
  • Local Build: Clone the repository, build and run.
  • From Source: Install dependencies, configure environment, build, and run.

Available Tools

  • list_confluence_spaces: List all spaces
  • get_confluence_space: Get space details
  • list_confluence_pages: List pages in a space
  • get_confluence_page: Get and convert page content
  • search_confluence_pages: Search content

Development

  • Written in TypeScript, follows MCP SDK conventions.
  • CI/CD with GitHub Actions, automated testing, and Docker image builds.