atlassian-private-mcp-server

bhayanak/atlassian-private-mcp-server
★ 1 stars TypeScript API Integration Updated 1mo ago
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 → Try with Claude — $10 free →

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"
      ]
    }
  }
}