Skip to content

TL;DR - Confluence MCP Server

  • MCP server connecting Confluence to AI assistants for searching, reading, creating, and updating pages
  • Supports CQL search, page hierarchy navigation, comments, and automatic Markdown conversion
  • Available as Atlassian's official remote server (Cloud) or community mcp-atlassian (Cloud + Server/DC)
Pricing: Free forever
Best for: Individuals & startups

Pros & Cons

Pros

  • Broad compatibility, works with Cloud, Server, and Data Center editions
  • CQL search provides precise, real-time results directly injected into AI context
  • Markdown conversion ensures clean content formatting for LLM processing
  • Both official (Atlassian-hosted) and community (self-hosted) options available
  • Comment management enables collaborative documentation workflows through AI

Cons

  • Community server requires manual API token configuration and local setup
  • Official remote server limited to Confluence Cloud, no Server/Data Center support
  • Large page content can consume significant LLM context window space
  • No attachment content extraction, only page text and metadata accessible

Key Features

CQL-based search across all Confluence spaces with content conversion to MarkdownPage retrieval with ancestors, descendants, and full hierarchy navigationPage creation and editing with rich content supportFooter and inline comment management on pages and blog postsSpace listing and page enumeration for knowledge base discoverySupport for both Confluence Cloud and Server/Data Center (v6.0+)Automatic content-to-Markdown conversion for clean LLM context injectionOAuth 2.1 (official remote) and API token authentication options

Pricing

Free

Confluence MCP Server is completely free to use with no hidden costs.

View pricing

What is Confluence MCP Server?

Editorial review
Confluence MCP Server connects Atlassian Confluence to AI assistants through the Model Context Protocol, enabling LLMs to search, read, create, and update Confluence pages without leaving their AI client. The most widely used implementation is mcp-atlassian, which supports both Confluence Cloud and Server/Data Center editions (v6.0+) with 72 tools total across Jira and Confluence. Confluence-specific tools include searching with CQL (Confluence Query Language), retrieving page content with ancestors and descendants, listing spaces, creating and updating pages, and managing both footer and inline comments. Content is automatically converted to Markdown format for clean LLM consumption. Atlassian also offers an official Remote MCP Server hosted on Cloudflare that covers both Jira and Confluence Cloud with OAuth 2.1 authentication. The community mcp-atlassian server connects via API token for Cloud or personal access token for Server/Data Center, supporting both transport types. Common use cases include pulling documentation context into coding sessions, generating meeting notes as Confluence pages, searching knowledge bases through natural language, and keeping documentation synchronized with project changes. The server works with Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.

Reviews

Be the first to review Confluence MCP Server

Your take helps the next buyer. Verified LinkedIn reviewers get a badge.

Write a review

Best Confluence MCP Server Alternatives

Top alternatives based on features, pricing, and user needs.

View full list →

Explore More

Confluence MCP Server FAQ

What is the difference between the official and community Confluence MCP servers?

The official Atlassian Remote MCP Server is hosted on Cloudflare with OAuth 2.1 auth but only supports Confluence Cloud. The community mcp-atlassian server is self-hosted and supports both Cloud (API token) and Server/Data Center (v6.0+, personal access token), offering 72 tools across Jira and Confluence.

Can I create new Confluence pages through the MCP server?

Yes. Both the official and community servers support page creation and editing. You can ask your AI assistant to draft a page from meeting notes, code documentation, or any other source, and it will create it in the specified Confluence space with proper formatting.

How does CQL search work with AI assistants?

CQL (Confluence Query Language) is similar to JQL for Jira. The MCP server translates natural language requests into CQL queries — for example, "find all pages about API documentation updated this month" becomes a structured CQL query. Results are returned as Markdown for clean LLM consumption.

Does it support Confluence attachments and media?

No. The server accesses page text content and metadata only. Attachments (PDFs, images, spreadsheets) embedded in pages are not extracted or readable. If your documentation relies heavily on attached files, you will need to supplement with other tools for those formats.

Guides & Articles