PluginBench
MCP Server
Active
MIT

io.github.b1ff/atlassian-dc-mcp-confluence MCP Server

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

What is the io.github.b1ff/atlassian-dc-mcp-confluence MCP server?

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

How to install io.github.b1ff/atlassian-dc-mcp-confluence

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ATLASSIAN_DC_MCP_CONFIG_FILE

    Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.

  • CONFLUENCE_HOST

    Confluence host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or CONFLUENCE_API_BASE_PATH.

  • CONFLUENCE_API_BASE_PATH

    Confluence API base path (alternative to CONFLUENCE_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or CONFLUENCE_HOST.

  • CONFLUENCE_API_TOKEN
    secret

    Confluence Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlassian-dc-mcp-confluence": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/confluence"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "CONFLUENCE_HOST": "<YOUR_CONFLUENCE_HOST>",
        "CONFLUENCE_API_BASE_PATH": "<YOUR_CONFLUENCE_API_BASE_PATH>",
        "CONFLUENCE_API_TOKEN": "<YOUR_CONFLUENCE_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "atlassian-dc-mcp-confluence": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/confluence"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "CONFLUENCE_HOST": "<YOUR_CONFLUENCE_HOST>",
        "CONFLUENCE_API_BASE_PATH": "<YOUR_CONFLUENCE_API_BASE_PATH>",
        "CONFLUENCE_API_TOKEN": "<YOUR_CONFLUENCE_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "atlassian-dc-mcp-confluence": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/confluence"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "CONFLUENCE_HOST": "<YOUR_CONFLUENCE_HOST>",
        "CONFLUENCE_API_BASE_PATH": "<YOUR_CONFLUENCE_API_BASE_PATH>",
        "CONFLUENCE_API_TOKEN": "<YOUR_CONFLUENCE_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "atlassian-dc-mcp-confluence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/confluence"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "CONFLUENCE_HOST": "<YOUR_CONFLUENCE_HOST>",
        "CONFLUENCE_API_BASE_PATH": "<YOUR_CONFLUENCE_API_BASE_PATH>",
        "CONFLUENCE_API_TOKEN": "<YOUR_CONFLUENCE_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add atlassian-dc-mcp-confluence --env ATLASSIAN_DC_MCP_CONFIG_FILE=<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE> --env CONFLUENCE_HOST=<YOUR_CONFLUENCE_HOST> --env CONFLUENCE_API_BASE_PATH=<YOUR_CONFLUENCE_API_BASE_PATH> --env CONFLUENCE_API_TOKEN=<YOUR_CONFLUENCE_API_TOKEN> -- npx -y @atlassian-dc-mcp/confluence

Related MCP servers

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

79
TypeScript
MIT
View repository →

MCP server for Atlassian Jira Data Center - search, view, and create issues

79
TypeScript
MIT
View repository →