MCP server for searching and managing Confluence Data Center content through its REST API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
The install command below didn't complete successfully in our automated test.
python: can't open file '/home/user/confluence.py': [Errno 2] No such file or directory
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 1mo ago.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Confluence Server.
A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API. This server provides a set of tools that allow AI models to interact with Confluence content.
This MCP server provides the following operations for Confluence:
Create a .env file in the project root with the following variables:
Adjust the values to match your Confluence instance.
The proper way to run an MCP server is using the MCP CLI tool with the development mode. This will start the MCP Inspector UI which allows you to test and debug the server:
This will start the MCP Inspector at http://127.0.0.1:6274 by default.
MCP servers are designed to be run with the MCP CLI tool or integrated with Claude Desktop. Direct execution with Python is not the standard way to run an MCP server, but the script includes a fallback mode for testing:
However, this mode has limited functionality and is only intended for basic testing.
To install the server in Claude Desktop:
Execute a CQL query on Confluence to search pages.
Parameters:
cql: CQL query stringlimit: Number of results to return (default: 10)Get the content of a Confluence page.
Parameters:
pageId: Confluence Page IDGet a page with its body content.
Parameters:
pageId: Confluence Page IDFind pages by space key.
Parameters:
spaceKey: Confluence Space Keylimit: Maximum number of results to return (default: 10)expand: Optional comma-separated list of properties to expandFind a page by title and space key.
Parameters:
title: Page titlespaceKey: Confluence Space KeyCreate a new page in Confluence.
Parameters:
title: Page titlespaceKey: Confluence Space Keycontent: Page content in storage format (HTML)parentId: Optional parent page IDUpdate an existing page in Confluence.
Parameters:
pageId: Confluence Page IDcontent: New page content in storage format (HTML)title: Optional new title for the pagespaceKey: Optional space key (only needed if changing space)Delete a page by ID.
Parameters:
pageId: Confluence Page IDOnce the server is running and connected to an AI model, you can interact with Confluence using natural language. For example:
Notes from our meeting
'"Updated meeting notes
'"MIT
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tqiqbal-mcp-confluence-server)<a href="https://allmcps.com/mcp/tqiqbal-mcp-confluence-server"><img src="https://allmcps.com/api/badge/tqiqbal-mcp-confluence-server?style=directory" alt="MCP Confluence Server on AllMCPs" /></a>