
Atlassian Dc Mcp Confluence
Connect Claude Code or Cursor to Confluence Data Center so your agent can search, read, and manage wiki pages while you code.
Overview
Atlassian Confluence Data Center MCP is an MCP server for the Build phase that lets coding agents access and manage Confluence wiki content over stdio using your Data Center host and API token.
What is this MCP server?
- Stdio MCP server (@atlassian-dc-mcp/confluence v0.9.9) for Confluence Data Center, not Cloud-only assumptions
- Authenticate with a required Confluence Personal Access Token plus CONFLUENCE_HOST or CONFLUENCE_API_BASE_PATH
- Lets coding agents query and manage Confluence content from the IDE without custom REST scripts
- Published on npm with registryType npm for standard MCP client wiring
- Open-source package from github.com/b1ff/atlassian-dc-mcp
- Server version 0.9.9
- npm package identifier @atlassian-dc-mcp/confluence
- Transport type stdio
What problem does it solve?
Your agent cannot see Confluence specs and runbooks, so you keep pasting wiki excerpts into the chat or maintaining duplicate markdown in the repo.
Who is it for?
Builders on Confluence Data Center who want agent-driven search, read, and light content management without leaving Claude Code or Cursor.
Skip if: Teams on Confluence Cloud only without Data Center, or anyone who needs full UI workflow, migration, or bulk admin outside what the MCP tools expose.
What do I get? / Deliverables
After you register the server in your MCP client, the agent can pull and update Confluence pages from your Data Center instance using the configured PAT and host.
- Stdio MCP server wired to your Confluence Data Center host
- Agent-callable access to search, read, and manage Confluence content
- Repeatable config via CONFLUENCE_HOST or CONFLUENCE_API_BASE_PATH plus secret token
Recommended MCP Servers
Journey fit
Confluence is where solo builders and small teams store specs, ADRs, and how-tos during product work; this MCP server belongs on the build journey as documentation infrastructure agents can call directly. The server exposes Confluence content APIs for pages and spaces, which maps to the docs subphase rather than frontend code or deploy tooling.
How it compares
A Confluence Data Center MCP integration, not an agent skill or a generic web-scraping browser tool.
Common Questions / FAQ
Who is Atlassian Confluence Data Center MCP for?
Solo builders and small teams on self-hosted Confluence Data Center who want their coding agent to use internal wiki content safely via MCP.
When should I use Atlassian Confluence Data Center MCP?
Use it while building or shipping when specs, ADRs, or runbooks live in Confluence and the agent needs live access instead of stale copies in the repo.
How do I add Atlassian Confluence Data Center MCP to my agent?
Install @atlassian-dc-mcp/confluence from npm, set CONFLUENCE_API_TOKEN and CONFLUENCE_HOST or CONFLUENCE_API_BASE_PATH, then add the stdio server entry in your Claude Code or Cursor MCP configuration.