Back to MCP Servers
Confluence
A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API.
other-tools-and-integrationsapirest
By tqiqbal
Installation
npx -y mcp-confluence-serverConfiguration
{
"mcpServers": {
"mcp-confluence-server": {
"command": "npx",
"args": ["-y", "mcp-confluence-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes