Atlassian Confluence
Freeby MCP Community
Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and
v3.3.0Added Apr 12, 2026
mcptypescriptclaudeanthropicai
Atlassian Confluence MCP Server
Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and
Installation
Reviews
Installation
Quick install
npx -y @aashari/mcp-server-atlassian-confluence
Add to claude_desktop_config.json
{
"mcpServers": {
"atlassian-confluence": {
"command": "npx",
"args": ["-y", "@aashari/mcp-server-atlassian-confluence"]
}
}
}