Confluence Downloader
Downloads Confluence Cloud pages as Markdown with images, supporting space, single page, and page tree downloads, with multi-org support and customizable output directory.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Confluence DownloaderDownload the entire Engineering Wiki space"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Confluence Downloader
A Kiro Power and MCP server for downloading Confluence Cloud pages as Markdown with images.
Features
Download entire spaces with folder hierarchy preserved
Download single pages or page trees (page + all descendants)
Images downloaded locally with markdown-compatible references
Multi-org support (override Confluence URL per request)
YAML frontmatter on each page (title, source URL, export timestamp)
Rate limiting, retry logic and exponential backoff
Related MCP server: MCP Confluence Server
Install as a Kiro Power
In Kiro, open the Powers panel and use "Add Custom Power" → "Import from GitHub" with this repo URL.
After installing, configure your credentials in the Power's MCP settings:
Variable | Description |
| Default Atlassian site URL (can be overridden per request) |
| Your Atlassian login email |
| Unscoped API token |
Generate tokens at id.atlassian.com. The token must be unscoped; scoped tokens return 403 on the classic REST API.
Install standalone
pip install confluence-downloader-mcpOr run directly with uvx:
uvx confluence-downloader-mcpAvailable tools
Tool | Description |
| Verify credentials and list spaces |
| List all accessible spaces |
| Download all pages in a space |
| Download a single page by URL or ID |
| Download a page and all descendants |
MCP configuration
Add to your MCP config (e.g. ~/.kiro/settings/mcp.json):
{
"mcpServers": {
"confluence-downloader": {
"command": "uvx",
"args": ["confluence-downloader-mcp"],
"env": {
"CONFLUENCE_URL": "https://your-site.atlassian.net",
"CONFLUENCE_EMAIL": "you@example.com",
"CONFLUENCE_API_TOKEN": "your-api-token"
}
}
}
}Output
Files are saved to ./confluence-export/ in the current workspace by default. Pass output_dir to any download tool to save elsewhere.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dan-Rebura/confluence-downloader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server