MCP.so
Sign In

Confluence MCP Server

@tqiqbal

About Confluence MCP Server

No overview available yet

Basic information

Category

Memory & Knowledge

Runtime

python

Transports

stdio

Publisher

tqiqbal

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-confluence-server": {
      "command": "python",
      "args": [
        "confluence.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Confluence MCP Server?

A Model Context Protocol (MCP) server that allows AI models to interact with Confluence Data Center using its REST API. It provides a set of tools for searching, reading, creating, updating, and deleting Confluence pages.

How to use Confluence MCP Server?

Clone the repository, install dependencies with pip install -r requirements.txt, and configure a .env file with CONFLUENCE_API_BASE, CONFLUENCE_USERNAME, and CONFLUENCE_PASSWORD. Run in development mode with `mcp dev

Comments

More Memory & Knowledge MCP servers