confluence-mcp-server

confluence-mcp-server

10

The Confluence Communication Server is a TypeScript-based MCP server providing tools to interact with Confluence, including searching, retrieving, and updating page content. It highlights core MCP concepts through its functionalities.

Overview

Interact with Confluence via a TypeScript-based MCP server. This server offers tools for executing CQL queries, retrieving, and updating Confluence page content.

Features

  • execute_cql_search: Run CQL queries to search for Confluence pages.
  • get_page_content: Fetch Confluence page content by page ID.
  • update_page_content: Update Confluence page content, with optional title change.