Confluence
Summary
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.
Available Actions(3)
execute_cql_search
Run a CQL query to search for Confluence pages. Parameters: cql (string), limit (optional integer, default: 10).
get_page_content
Fetch the content of a Confluence page. Parameters: pageId (string).
update_page_content
Update the content of a Confluence page. Parameters: pageId (string), content (string), title (optional string, if you want to change it).
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요