Confluence Cloud

by bootcamptoprod

1 stars
Not rated
GitHub

About

Integrates with Confluence Cloud to enable listing, creating, and analyzing organizational knowledge stored in spaces and documents using secure API token authentication.

Details

Author
bootcamptoprod
Repository
BootcampToProd/spring-boot-ai-confluence-mcp-server
GitHub stars
1
Categories
Developer Tools, Design, Workplace, File Management, AI, API, Infrastructure, Security, Cloud Service

- Confluence Cloud Integration: Connects to Confluence Cloud to manage spaces, pages, and document history.
- Callable Tools: Exposes operations like listing spaces and creating documents using the @Tool annotation.
- Tool Registration: Uses ToolCallbackProvider to register the available service methods with the MCP framework.
- Testable with MCP Clients: Easily test the server using any MCP client, including the Claude desktop app.

---29

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Confluence Cloud
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "confluence cloud": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

Confluence MCP Server Example

This repository contains the complete source code for our Confluence MCP Server example built with Spring Boot AI. The server integrates with Confluence Cloud and exposes various document management operations as callable tools using the @Tool annotation. You can test this server with any MCP client, including the Claude desktop app.

For a detailed explanation on how to build an MCP server, check out our blog:
Build MCP Servers with Spring Boot AI: A Beginner’s Guide

---

Features

- Confluence Cloud Integration: Connects to Confluence Cloud to manage spaces, pages, and document history.
- Callable Tools: Exposes operations like listing spaces and creating documents using the @Tool annotation.
- Tool Registration: Uses ToolCallbackProvider to register the available service methods with the MCP framework.
- Testable with MCP Clients: Easily test the server using any MCP client, including the Claude desktop app.

---29

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.