Skip to content

Confluence Server

Free

by MCP Community

Model Context Protocol server for Atlassian Confluence

v1.0.46Added Apr 12, 2026
mcpconfluencemodel-context-protocolatlassian
Works with:ClaudeGPTGeminiCopilot

Confluence Server MCP Server

Model Context Protocol server for Atlassian Confluence

Installation

npx -y mcp-confluence-server

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-confluence-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "confluence-server": {
      "command": "npx",
      "args": ["-y", "mcp-confluence-server"]
    }
  }
}