Confluence MCP ServerServer

masna-ai
GitHub
Content ManagementAPI IntegrationDeveloper Tools

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for interacting with Confluence Data Center via the REST API. This server provides a set of tools that allow AI models to interact with Confluence content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "confluence": {
        "env": {
          "CONFLUENCE_API_BASE": "http://localhost:8090/rest/api",
          "CONFLUENCE_PASSWORD": "your_password",
          "CONFLUENCE_USERNAME": "your_username"
        },
        "args": [],
        "command": "mcp dev confluence.py"
      }
    }
  ]
}

🛠️ Tools

Python

Features

  • Execute CQL searches
  • Get page content by ID
  • Find pages by space or title
  • Create new pages
  • Update existing pages
  • Delete pages

💬 Example Queries

  • Search for all pages in the DOCS space
  • Get the content of the page with ID 123456
  • Create a new page titled 'Meeting Notes' in the TEAM space with the content 'Notes from our meeting'.
  • Update the page with ID 123456 to include the content 'Updated meeting notes'.
  • Update the title of page 123456 to 'Reviewed Meeting Notes'.