atlassian dc mcp confluence for Claude Desktop
io.github.mrrefactoring/atlassian-dc-mcp-confluence
MCP server for Atlassian Confluence Data Center - access and manage content
client:Claude Desktop
transport:stdio
runtime:npm
Install atlassian dc mcp confluence in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"atlassian-dc-mcp-confluence": {
"command": "npx",
"args": [
"-y",
"confluence-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
"CONFLUENCE_HOST": "<CONFLUENCE_HOST>",
"CONFLUENCE_API_BASE_PATH": "<CONFLUENCE_API_BASE_PATH>",
"CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs