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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Ask specific questions about your documentation, such as 'What's our API authentication process?'
Search for specific topics across all Confluence spaces, for example, 'Find all pages about security best practices.'
Request immediate information from your knowledge base, like 'Show me the latest release notes from the Product space.'
Inquire about team policies or resources, such as 'What are our HR policies for remote work?'
Look at discussions related to specific documents, for instance, 'Show me the discussion on the architecture document.'
Search for pages with specific keywords in the title, like 'Search for pages with "onboarding" in the title.'
Retrieve a list of all Confluence spaces available.
Fetch detailed information about a specified space using its space key.
Conduct a search for pages that match a given query.
Access and display the content of a specified page, such as 'Get the content of the API Authentication Guide page.'