Confluence MCP Server

Search, read, create, and update Confluence pages and spaces from your AI assistant

By sooperset (community) community docs team search

The Confluence MCP Server — part of the @sooperset/mcp-atlassian package — connects Claude and other MCP-compatible agents to Confluence Cloud via the Atlassian REST API. Search your knowledge base, read full page content, create new pages, and update existing documentation — all from within your AI chat session. The same package also supports Jira; see the Jira MCP Server page for those tools.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "confluence": {
      "command": "npx",
      "args": ["-y", "@sooperset/mcp-atlassian"],
      "env": {
        "CONFLUENCE_URL": "https://your-domain.atlassian.net/wiki",
        "ATLASSIAN_EMAIL": "you@example.com",
        "ATLASSIAN_TOKEN": "your_api_token_here"
      }
    }
  }
}

Note: This package includes both Jira and Confluence tools. If you want both simultaneously, you can configure a single entry with both JIRA_URL and CONFLUENCE_URL set, or run two separate named entries.

Generating an Atlassian API token:

Config file location:

Available Tools (5)

Use Cases

Gotchas

Security Note

The Atlassian API token is tied to your personal account and grants read and write access to every Confluence space you have permission to view or edit. The server can create, overwrite, and publish pages. Store the token only in your MCP config (outside version control) and revoke it from id.atlassian.com if exposed.

Source & Documentation

GitHub Repository: https://github.com/sooperset/mcp-atlassian

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

MCP Setup Pack — $15
20 ready-to-paste server configs + installer + doctor script
Get the Pack →
← Back to MCP Server Directory