atlassian-private-mcp-server

bhayanak/atlassian-private-mcp-server
★ 1 stars TypeScript 🔌 API Integration Updated today
MCP server for private/self-hosted Jira Data Center and Confluence Server/DC instances and does similar to what official Atlassian mcp server does.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlassian-private-mc": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/atlassian-private-mcp-server"
      ]
    }
  }
}