A Model Context Protocol (MCP) server that connects AI agents to Confluence Cloud. Agents can search, read, create, and update Confluence content — pages, comments, links, images, and labels.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.TEST_BEARERCONFLUENCE_AUTH_MODE— no oauth (default) or token.ATLASSIAN_AUDIENCE— Overridable via env: ATLASSIAN_AUTHORIZE_URL, .HOST— / PORT no Bind address / port (default 0.0.0.0:8000).PORT— HOST / no Bind address / port (default 0.0.0.0:8000).CONFLUENCE_READONLY— Safety by design: write tools support a preview (dry-run) mode; update_page's replace_section is idempotent; =true disables all writes; there is no delete tool.CONFLUENCE_BASE_URL— =https://your-site.atlassian.net/wikiCONFLUENCE_EMAIL— =you@example.comCONFLUENCE_API_TOKEN— =... (https://id.atlassian.com/manage-profile/security/api-tokens)CONFLUENCE_DEFAULT_SPACE— no Default space key for create_page.CONFLUENCE_SITE_URL— no (oauth) Pin to one site if the token can access several.MCP_ALLOWED_HOSTS— no Comma-separated Host values to allow (turns on MCP DNS-rebinding protection). Default: disabled — appropriate behind an authenticating TLS gateway/ingress.MCP_ALLOWED_ORIGINS[](https://m8ven.ai/mcp/skshatriya95-confluence-mcp-server-wu93qq)