A TypeScript-based MCP server for Atlassian Confluence integration that provides AI assistants with direct access to Confluence spaces, pages, and content. It offers tools for listing spaces, retrieving page details, and performing advanced searches using Confluence Query Language (CQL), all while converting content to Markdown format for optimal readability. The implementation includes robust error handling, pagination support, and a CLI interface for direct interaction, making it particularly valuable for teams that need to connect Claude or other AI systems to their Confluence knowledge bases without leaving the conversation interface.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
GET any Confluence API endpoint (read data). Parameters: path (required), queryParams (optional), jq (optional), outputFormat (optional)
POST to any endpoint (create resources). Parameters: path (required), body (required), queryParams (optional), jq (optional), outputFormat (optional)
PUT to any endpoint (replace resources). Parameters: path (required), body (required), queryParams (optional), jq (optional), outputFormat (optional)
PATCH to any endpoint (partial updates). Parameters: path (required), body (required), queryParams (optional), jq (optional), outputFormat (optional)
DELETE from any endpoint (remove resources). Parameters: path (required), queryParams (optional), jq (optional), outputFormat (optional)