Confluence Mcp Server
@qihaze123
About Confluence Mcp Server
Confluence MCP server for Cloud/Server/Data Center. Supports whoami, search, raw CQL, create and update page.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"CONF_MODE": "server",
"CONF_BASE_URL": "https://confluence.example.com",
"CONF_AUTH_MODE": "auto",
"CONF_USERNAME": "your-username",
"CONF_TOKEN": "your-token"
}
}
}
}Tools
6Get current authenticated Confluence user (whoami).
Search Confluence pages by keyword. Returns unified fields: id, type, title, spaceKey, url, version.
Execute raw Confluence CQL search. Returns unified fields: id, type, title, spaceKey, url, version.
Get a Confluence page by ID. Returns unified fields and bodyStorageValue.
Create a Confluence page. Supports optional parentId. Returns unified fields.
Update a Confluence page content. Auto increments version. Returns unified fields.
Overview
What is Confluence MCP Server?
An MCP server that integrates with Atlassian Confluence (Cloud and Server/Data Center), allowing AI agents to search, retrieve, create, and update pages via the Model Context Protocol.
How to use Confluence MCP Server?
Run it via npx with required environment variables: CONF_MODE (cloud or server), CONF_BASE_URL, CONF_AUTH_MODE (default auto), CONF_USERNAME, and CONF_TOKEN. Configure your MCP client with the command npx -y [email protected] and the above env settings.
Key features of Confluence MCP Server
- Retrieve current authenticated user (whoami)
- Keyword search for pages
- Execute raw CQL for advanced queries
- Fetch page details with body and version
- Create page with optional parentId
- Update page and auto-bump version
Use cases of Confluence MCP Server
- Search Confluence pages by keyword from an AI chat interface
- Automate page creation for documentation or reports
- Run advanced CQL queries to find pages by specific criteria
- Retrieve full page content for analysis or summarization by an AI
- Keep page content up‑to‑date programmatically
FAQ from Confluence MCP Server
What deployment modes are supported?
Cloud (cloud) and Server/Data Center (server), set via CONF_MODE.
How is authentication configured?
Set CONF_AUTH_MODE=auto and provide your username and API token/password via CONF_USERNAME and CONF_TOKEN.
What runtime is required?
The server runs under Node.js and is executed via npx; no additional installation steps are needed if Node.js is available.
Where does the data reside?
All data stays in your Atlassian Confluence instance; the MCP server only makes API calls to that instance based on user queries.
Frequently asked questions
What deployment modes are supported?
Cloud (`cloud`) and Server/Data Center (`server`), set via `CONF_MODE`.
How is authentication configured?
Set `CONF_AUTH_MODE=auto` and provide your username and API token/password via `CONF_USERNAME` and `CONF_TOKEN`.
What runtime is required?
The server runs under Node.js and is executed via `npx`; no additional installation steps are needed if Node.js is available.
Where does the data reside?
All data stays in your Atlassian Confluence instance; the MCP server only makes API calls to that instance based on user queries.
Basic information
More Memory & Knowledge MCP servers
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors

Memory
modelcontextprotocolModel Context Protocol Servers
Groundwork
Rarefied-EarthGroundwork: company memory for your AI tools. Docs public. Source closed. Public proof needs no account.
Comments