Confluence MCP connector
Confluence is Atlassian's cloud based workspace for teams to collaborate, document knowledge, and organize content in one place. The Confluence MCP connector allows AI agents to create pages and blog posts, add comments, and manage collaborative content across a workspace. It also supports retrieving user details by account ID, including current and anonymous users, and looking up multiple users at once for broader identity management needs.
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:
- Publish blogs to share company updates across teams
- Create pages to document processes and knowledge
- Add comments to pages and blogs for team feedback
- Look up the current user for workflow context
- Retrieve anonymous user details for public-facing workflows
- Fetch a specific user profile by account ID
- Retrieve multiple user profiles in a single request
- Centralize team collaboration through shared documentation and discussions
Example prompts
Use the following example prompts to invoke Confluence MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new blog post in Confluence announcing our product launch.Add a comment to the marketing plan page in Confluence.Create a Confluence page summarizing this week's meeting notes.Who is the current user logged into Confluence.Show me the anonymous user profile in Confluence.Find the Confluence user linked to this account ID.Get profile details for these five team members in Confluence.Post a comment thanking the team on the project update blog in Confluence.Draft a Confluence page outlining our onboarding process.Publish a blog in Confluence about our quarterly results.
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.
| Tool | Description |
|---|---|
| confluence_confluencecreateblog_invoke | Create a new blog in Confluence space. |
| confluence_confluencecreatecomment_invoke | Add a comment under Confluence page or blog. |
| confluence_confluencecreatepage_invoke | Create a new page in Confluence space. |
| getCurrentUser | Get current user |
| getAnonymousUser | Get anonymous user |
| getUserByAccountId | Get user by account ID |
| getBulkUsers | Get multiple users by account IDs |