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.
List available Confluence spaces with optional filtering. Parameters: type (optional string), status (optional string)
Get full details for a specific space, including homepage information. Parameters: spaceKey (string)
List pages within one or more spaces with optional filtering. Parameters: spaceId (array of strings), status (optional array of strings), query (optional string)
Get full content and metadata for a specific page. Parameters: pageId (string)
Search Confluence content using CQL (Confluence Query Language). Parameters: cql (string)
No reviews yet. Be the first to review!
Sign in to join the conversation