readyjune/mcp-server-confluence
3.1
If you are the rightful owner of mcp-server-confluence and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for Atlassian Confluence enables AI assistants to interact with Confluence pages, allowing models to search, read, and navigate spaces directly.
MCP Server for Atlassian Confluence
An MCP (Model Context Protocol) server that enables AI assistants to interact with Atlassian Confluence pages. This server allows AI models to search, read, and navigate Confluence spaces directly.
Features
- 🔍 Search Confluence pages using CQL (Confluence Query Language)
- 📄 Retrieve page content by ID or title
- 📁 List all pages in a space
- 🌳 Get child pages of any page
- 🔐 Secure authentication using API tokens
Prerequisites
- Node.js (v18 or higher)
- npm or yarn
- Atlassian Confluence account with API access
- Confluence API token
Installation
Option 1: Install from source
- Clone the repository:
git clone https://github.com/YOUR-USERNAME/mcp-server-confluence.git
cd mcp-server-confluence