Confluence Downloader
Downloads Confluence Cloud pages as Markdown with images, preserving folder hierarchy and providing YAML frontmatter.
README
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
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 |
|---|---|
CONFLUENCE_URL |
Default Atlassian site URL (can be overridden per request) |
CONFLUENCE_EMAIL |
Your Atlassian login email |
CONFLUENCE_API_TOKEN |
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-mcp
Or run directly with uvx:
uvx confluence-downloader-mcp
Available tools
| Tool | Description |
|---|---|
test_connection |
Verify credentials and list spaces |
list_spaces |
List all accessible spaces |
download_space |
Download all pages in a space |
download_page |
Download a single page by URL or ID |
download_page_tree |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.