Skip to main content
Feedback

Confluence MCP connector

Confluence is Atlassian's cloud-based collaboration platform where teams document projects, share knowledge, and coordinate work in a centralized space. The Confluence MCP connector allows AI agents to create and comment on blog posts and pages, retrieve information about the current user or anonymous users, and look up specific users by account ID. It also supports batch retrieval of multiple users by their account IDs to manage team member information across workspaces.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Confluence MCP connector to perform the following actions:

  • Document team decisions and meeting notes in centralized Confluence spaces
  • Publish product updates and release notes as searchable blog posts
  • Build internal knowledge bases that teams reference daily
  • Collaborate on project plans, requirements, and technical specifications
  • Post announcements and policy changes for company-wide visibility
  • Create audit trails by commenting on pages with approvals and feedback
  • Organize cross-functional documentation across multiple Confluence spaces

Example prompts

Use the following example prompts to invoke Confluence MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new page in our Engineering space about API documentation standards.
  • Add a blog post to the Product Updates space announcing our new feature release.
  • Post a comment on the Q4 planning page with the latest budget numbers.
  • Create a new page in the HR space for our updated remote work policy.
  • Add a comment to the project kickoff page confirming the timeline with stakeholders.
  • Create a blog in the Marketing space summarizing last quarter's campaign results.
  • Who is the current user accessing Confluence right now.
  • Create a new page in the Finance space documenting our expense approval process.
  • Add a comment to the security audit page noting that we've completed the remediation.
  • Create a blog post in the Company News space about our new partnership announcement.

Confluence MCP connector tools

The Confluence MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
confluence_confluencecreateblog_invokeCreates a new blog post in Confluence with specified content and metadata.
confluence_confluencecreatecomment_invokeAdds a comment to an existing Confluence page or blog post.
confluence_confluencecreatepage_invokeCreates a new page in Confluence with the provided title and content.
getCurrentUserRetrieves information about the currently authenticated user account.
getAnonymousUserRetrieves information about an anonymous or unauthenticated user.
getUserByAccountIdRetrieves user details for a specific account identifier.
getBulkUsersRetrieves user details for multiple accounts in a single request.
On this Page