Back to Apps

Confluence MCP
Supports UIby nguyenvanduocit
Connect AI assistants to Atlassian Confluence to search, retrieve, create, and update content seamlessly.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server integrates AI assistants with Atlassian Confluence, allowing the AI to act as a knowledge manager. It enables searching for internal documentation, retrieving page content, and managing Confluence spaces and pages directly through the chat interface.
Tools
search_page: Search pages in Confluence using CQL.get_page: Get Confluence page content and metadata.create_page: Create new Confluence pages.update_page: Update existing Confluence pages.get_comments: Get comments from a Confluence page.list_spaces: List all Confluence spaces.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"confluence": {
"command": "/path/to/confluence-mcp",
"args": ["-env", "/path/to/.env"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
go install github.com/nguyenvanduocit/confluence-mcp@latestInformation
- Pricing
- free
- Published
- 5/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add entry to mcp.json in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"confluence": {
"command": "/path/to/confluence-mcp",
"args": ["-env", "/path/to/.env"]
}
}
}





