mcp-server-atlassian-confluence and md2confluence-mcp
About mcp-server-atlassian-confluence
aashari/mcp-server-atlassian-confluence
Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.
Supports token-optimized TOON output format (reducing API response sizes by 30-60% compared to JSON) and JMESPath filtering for selective field extraction. Implements five generic HTTP tools (`conf_get`, `conf_post`, `conf_put`, `conf_patch`, `conf_delete`) providing direct access to the Confluence v2 API, enabling AI assistants to create/update pages and comments alongside read operations. Integrates with Claude Desktop, Cursor AI, and any MCP-compatible assistant via stdio transport, with flexible credential management through environment variables, `.env` files, or `~/.mcp/configs.json`.
About md2confluence-mcp
Gyeom/md2confluence-mcp
MCP server to upload Markdown to Confluence. Auto-converts Mermaid diagrams, code blocks, images, and tables.
Implements the Model Context Protocol (MCP) to integrate with Claude Code, exposing tools for page creation, updates, child pages, and full-text search via Confluence's REST API. Converts Mermaid diagrams to PNG through kroki.io, then transforms the entire Markdown structure into Confluence storage format (XHTML) before uploading with automatic image attachment handling.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work