Confluence Mcp Server

Created By
qihaze1233 months ago
Confluence MCP server for Cloud/Server/Data Center. Supports whoami, search, raw CQL, create and update page.
Overview

Confluence MCP Server

Confluence MCP server for Atlassian Confluence Cloud and Server/Data Center.

Features

  • whoami: get current authenticated user
    • search_pages: keyword search for pages
    • execute_cql_search: run raw CQL for advanced queries
    • get_page: fetch page detail with body/version
    • create_page: create page with optional parentId
    • update_page: update page and auto bump version
  • Quick Start (NPX)

  • {
  • "mcpServers": {
  • "confluence": {
    
  •   "command": "npx",
    
  •   "args": ["-y", "confluence-mcp-server@1.1.0"],
    
  •   "env": {
    
  •     "CONF_MODE": "server",
    
  •     "CONF_BASE_URL": "https://confluence.example.com",
    
  •     "CONF_AUTH_MODE": "auto",
    
  •     "CONF_USERNAME": "your-username",
    
  •     "CONF_TOKEN": "your-token"
    
  •   }
    
  • }
    
  • }
  • }
  • Notes

    • CONF_MODE supports cloud and server.
    • CONF_AUTH_MODE=auto lets the server choose the suitable auth flow.

Server Config

{
  "mcpServers": {
    "confluence": {
      "command": "npx",
      "args": [
        "-y",
        "confluence-mcp-server@1.1.0"
      ],
      "env": {
        "CONF_MODE": "server",
        "CONF_BASE_URL": "https://confluence.example.com",
        "CONF_AUTH_MODE": "auto",
        "CONF_USERNAME": "your-username",
        "CONF_TOKEN": "your-token"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
qihaze123
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Alloy

a day ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago