Back to directory
ks-gen-ai/confluence-mcp-server

ks-gen-ai/confluence-mcp-server

@KS-GEN-AI

A TypeScript-based MCP server for interacting with Confluence, providing CQL search, page retrieval, and content update tools.

confluenceatlassianmcptypescriptwikiknowledge-managementcqltool

Installation & Configuration

{
  "mcpServers": {
    "Confluence communication server": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "CONFLUENCE_URL": "https://XXXXXXXX.atlassian.net/wiki",
        "CONFLUENCE_API_MAIL": "Your email",
        "CONFLUENCE_API_KEY": "KEY_FROM: https://id.atlassian.com/manage-profile/security/api-tokens"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13