Skip to main content
Other Tools and IntegrationsPython

tqiqbal/mcp-confluence-server

A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API.

other-tools-and-integrations
Share:

Quick Start

Clone the repository:

git clone https://github.com/tqiqbal/mcp-confluence-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-confluence-server": {
      "command": "npx",
      "args": [
        "-y",
        "tqiqbal/mcp-confluence-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
tqiqbal