Back to Apps

Confluence MCP Server
Supports UIby minhoyoodev
Connect your AI to Confluence for searching, reading, creating, and updating pages across Cloud, Server, and Data Center.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects an AI assistant to Atlassian Confluence, allowing it to interact with your corporate knowledge base. It enables the AI to navigate spaces, retrieve specific page content, and contribute new documentation directly to Confluence.
Tools
all-spaces: Lists all available Confluence spaces.get-pages-in-space: Retrieves a list of all pages within a specific space.get-page-by-id: Fetches the full content and metadata of a specific page via its ID.create-page: Creates a new page in a designated space.update-page: Modifies the content of an existing Confluence page.search-content: Performs a search across the Confluence instance to find relevant pages.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"confluence": {
"command": "node",
"args": ["/path/to/confluence-mcp-server/dist/server.js"],
"env": {
"CONFLUENCE_BASE_URL": "https://your-domain.atlassian.net",
"PERSONAL_ACCESS_TOKEN": "your_token_here"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
npm install -g confluence-mcp-serverInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"confluence": {"command": "node", "args": ["/path/to/confluence-mcp-server/dist/server.js"], "env": {"CONFLUENCE_BASE_URL": "https://your-domain.atlassian.net", "PERSONAL_ACCESS_TOKEN": "your_token_here"}}}}





