About
Overview
The Confluence MCP Server enables AI agents to interact with Atlassian Confluence for knowledge management. It provides tools for reading page content, creating and updating pages, searching across spaces, managing attachments, and navigating the page hierarchy.
Capabilities
Tools & Capabilities
⚡get_page
Get the content of a Confluence page
⚡create_page
Create a new Confluence page
⚡update_page
Update an existing page
⚡search
Search across Confluence using CQL
⚡list_spaces
List all Confluence spaces
Setup
Installation
bash
Install
pip install mcp-atlassianExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"confluence": {
"command": "python",
"args": ["-m", "mcp_atlassian", "--confluence"],
"env": {
"CONFLUENCE_URL": "https://your-org.atlassian.net/wiki",
"CONFLUENCE_EMAIL": "[email protected]",
"CONFLUENCE_API_TOKEN": "your-api-token"
}
}
}
}Quick Info
Authorcommunity
LanguagePython
StatusStable
Stars★ 280
Last UpdatedFeb 12, 2026