confluence-markdown
Provides tools for bidirectional Markdown-to-Confluence sync, allowing download and upload of pages, page trees, and attachments with version conflict detection.
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-markdowndownload space DEV to local markdown"
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 Markdown
Kiro Power and MCP server for bidirectional Markdown-to-Confluence sync.
Features
Download spaces, pages and page trees as Markdown with images
Publish new Confluence pages from local Markdown files
Update existing pages with version conflict detection
Publish directory trees as page hierarchies
Local image upload as page attachments
Dry-run by default for all write operations
Multi-org support (override Confluence URL per request)
YAML frontmatter for page tracking (ID, version, space)
Related MCP server: MCP Atlassian Node Server
Install as a Kiro Power
Powers panel -> "Add Custom Power" -> "Import from GitHub" with this repo URL.
Configure credentials in MCP settings after install:
Variable | Description |
| Default Atlassian site URL |
| Your Atlassian login email |
| Unscoped API token |
Install standalone
pip install confluence-markdown-mcpOr run directly:
uvx confluence-markdown-mcpTools
Tool | Description |
| Verify credentials and list spaces |
| List all accessible spaces |
| Download all pages in a space |
| Download a single page |
| Download page and descendants |
| Create new page from Markdown (dry-run default) |
| Update existing page (dry-run default) |
| Publish directory as page hierarchy (dry-run default) |
MCP configuration
{
"mcpServers": {
"confluence-markdown": {
"command": "uvx",
"args": ["confluence-markdown-mcp"],
"env": {
"CONFLUENCE_URL": "https://your-site.atlassian.net",
"CONFLUENCE_EMAIL": "you@example.com",
"CONFLUENCE_API_TOKEN": "your-api-token"
}
}
}
}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.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that converts Markdown content to Notion API-compatible formats, suitable for content management and development integration.Last updated11Apache 2.0
- Alicense-qualityDmaintenanceProduction-ready MCP server for Atlassian Jira and Confluence, providing tools for issue management, page retrieval, and content operations.Last updated501MIT
- AlicenseAqualityCmaintenanceMCP server for Confluence Cloud/Server/Data Center, enabling page search, CQL queries, page CRUD, attachment upload, and user identity lookup.Last updated235103MIT
- AlicenseAqualityCmaintenanceAn MCP server for reading and writing Confluence pages in native Atlassian Document Format (ADF), enabling precise edits at the document node level without loss of formatting.Last updated43MIT
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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-markdown'
If you have feedback or need assistance with the MCP directory API, please join our Discord server