Enables interaction with Confluence through a TypeScript-based server.
The Confluence Communication Server allows users to interact with Confluence programmatically. It provides tools to execute CQL queries for searching pages and retrieve the content of specific Confluence pages. Built as an MCP server, it showcases core MCP concepts while providing a bridge to Confluence functionality.
Key Features
01Supports integration with Claude Desktop.
02Built with TypeScript.
03Executes CQL queries to search Confluence pages.
04Retrieves content from specified Confluence pages.
05Includes an MCP Inspector for debugging communication.
060 GitHub stars
Use Cases
01Programmatically searching for specific content within a Confluence instance.
02Automating content retrieval from Confluence pages for integration with other systems.
03Integrating Confluence data into applications using the MCP protocol.