AgentHubAgentHub

atlassian-dc-mcp-confluence

MCP ServerMCP Registry官方收录

io.github.b1ff/atlassian-dc-mcp-confluence · v0.19.1

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

概览

atlassian-dc-mcp-confluence 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "atlassian-dc-mcp-confluence": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/confluence"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.b1ff/atlassian-dc-mcp-confluence",
  "type": "mcp-server",
  "version": "0.19.1",
  "displayName": "atlassian-dc-mcp-confluence",
  "description": "MCP server for Atlassian Confluence Data Center - access and manage content",
  "repository": {
    "url": "https://github.com/b1ff/atlassian-dc-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@atlassian-dc-mcp/confluence",
        "version": "0.19.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ATLASSIAN_DC_MCP_CONFIG_FILE",
            "description": "Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied."
          },
          {
            "name": "CONFLUENCE_HOST",
            "description": "Confluence host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or CONFLUENCE_API_BASE_PATH."
          },
          {
            "name": "CONFLUENCE_API_BASE_PATH",
            "description": "Confluence API base path (alternative to CONFLUENCE_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or CONFLUENCE_HOST."
          },
          {
            "name": "CONFLUENCE_API_TOKEN",
            "description": "Confluence Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.b1ff/atlassian-dc-mcp-confluence",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.b1ff%2Fatlassian-dc-mcp-confluence/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
atlassian-dc-mcp-confluence — MCP Server 安装与配置 · AgentHub