aashari/mcp-server-atlassian-confluence
Atlassian Confluence Cloud integration. Enables AI systems to interact with Confluence spaces, pages, and content with automatic ADF to Markdown conversion.
Quick Start
Clone the repository:
git clone https://github.com/aashari/mcp-server-atlassian-confluenceClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-atlassian-confluence": {
"command": "npx",
"args": [
"-y",
"aashari/mcp-server-atlassian-confluence"
]
}
}
}Check the repository README for specific installation and configuration instructions.