Confluence
ECOSYSTEM REFERENCEAUTH REQUIREDMITSource: @community· community reference
Enable your AI agent to search, read, create, and update Confluence pages and spaces — bringing your team's knowledge base into your AI workflow.
Requires an Atlassian API Token and account email. The same token used for Jira works for Confluence if both are on the same Atlassian account.
Setup Guide
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": [
"-y",
"@xuandev/atlassian-mcp",
"--domain",
"your-org.atlassian.net",
"--email",
"your.email@company.com",
"--token",
"ATATTxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
}
}Tools
confluence_search
Search Confluence pages using CQL (Confluence Query Language).
confluence_get_page
Retrieve the full content of a Confluence page by its ID.
confluence_create_page
Create a new Confluence page in a specified space.
confluence_update_page
Update the title or body of an existing Confluence page.
confluence_get_spaces
List all Confluence spaces accessible to the authenticated user.
confluence_get_page_children
Retrieve child pages nested under a parent page.
confluence_add_comment
Add a comment to a Confluence page.
Compatibility
About
Overview
The Confluence MCP server connects your AI assistant to your organization's collective knowledge. Whether your Confluence space holds architecture decisions, runbooks, onboarding guides, or meeting notes, your AI can now read, search, and write to it without leaving your workflow.
This is particularly powerful for engineers who frequently need to reference internal documentation while coding, or for technical writers who want AI to draft and publish pages directly from conversations.
Setting Up the Integration
The Confluence MCP server uses the same Atlassian API Token as Jira. If you've already configured the Jira server, you can reuse the same token.
- Retrieve your Atlassian API token from id.atlassian.com/manage-profile/security/api-tokens.
- Your Confluence URL follows the pattern:
https://your-org.atlassian.net/wiki - Your username is the email address associated with your Atlassian account.
- For Confluence Data Center (self-hosted), the URL will be your internal Confluence hostname.
Example Use Cases
- Ask your AI: "Summarize the contents of the 'API Gateway' space."
- Ask your AI: "Create a new page in the Engineering space titled 'Redis Caching Strategy'."
- Ask your AI: "Find the runbook for restarting the payment service."
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: jira
Maps this community reference to install-ready hosted listing.
Related explore entry: AWS KB Retrieval
Keeps same-intent users on matched category and tool shape.
Related explore entry: Google Maps
Keeps same-intent users on matched category and tool shape.
Related explore entry: Jira
Keeps same-intent users on matched category and tool shape.
Related explore entry: Linear
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install confluenceAWS KB Retrieval
Enable your AI agent to query Amazon Bedrock Knowledge Bases and retrieve enterprise knowledge using semantic search over your organization's private documents.
Google Maps
Give your AI agent the power to search places, get directions, geocode addresses, and retrieve business details using the Google Maps Platform APIs.
Jira
Let your AI agent search, create, and manage Jira issues, sprints, and projects using the Atlassian MCP integration for seamless project tracking.
Linear
Empower your AI agent to manage Linear issues, projects, cycles, and teams — the modern project management tool built for high-velocity engineering teams.
AgenticMarket