KS-GEN-AI_confluence-mcp-server

KS-GEN-AI_confluence-mcp-server

3.1

If you are the rightful owner of KS-GEN-AI_confluence-mcp-server 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@mcphub.com.

Confluence Communication Server MCP Server is a TypeScript-based server that provides tools to interact with Confluence, demonstrating core MCP concepts.

The Confluence Communication Server MCP Server is designed to facilitate interaction with Confluence through a TypeScript-based implementation. It offers tools for executing CQL queries to search for pages and retrieving the content of Confluence pages. This server exemplifies the core concepts of the Model Context Protocol (MCP) by providing a structured way to interact with Confluence's API. Users can execute complex queries and fetch page content efficiently, making it a valuable tool for developers and teams using Confluence for documentation and collaboration. The server is built with a focus on ease of use and integration, allowing for seamless interaction with Confluence's robust features.

Features

  • execute_cql_search: Run a CQL query to search for Confluence pages with parameters like 'cql' and 'limit'.
  • get_page_content: Fetch the content of a Confluence page using the 'pageId' parameter.