This Confluence Communication Server, developed as an MCP implementation, provides tools for interacting with Confluence through a TypeScript-based interface. It offers capabilities for executing CQL queries to search pages and retrieving page content, demonstrating core MCP concepts. The server integrates with Confluence's API, requiring user authentication via email and API key. It's designed for easy integration with Claude Desktop, supporting both MacOS and Windows environments. This implementation is particularly useful for teams and individuals who need to programmatically access and search Confluence content, enabling AI-assisted information retrieval and analysis from their Confluence wikis.
Run a CQL query to search for Confluence pages. Parameters: cql (string), limit (default: 10)
Fetch the content of a Confluence page. Parameters: pageId (string)
Update the content of a Confluence page. Parameters: pageId (string), content (string), title (optional string, if you want to change it)
No reviews yet. Be the first to review!
Sign in to join the conversation