Skip to content

atlassian dc mcp confluence for Cursor

io.github.mrrefactoring/atlassian-dc-mcp-confluence

MCP server for Atlassian Confluence Data Center - access and manage content

client:Cursor transport:stdio runtime:npm

Install atlassian dc mcp confluence in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "atlassian-dc-mcp-confluence": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

atlassian dc mcp confluence in other clients