Confluence Cloud
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Confluence CloudCommand (node, npx, python, etc.)npxArguments-
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.
-
Argument 1
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





