MCP server for private/self-hosted Jira Data Center and Confluence Server/DC instances and does similar to what official Atlassian mcp server does.
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"
]
}
}
}
Run in terminal:
claude mcp add atlassian-private-mc npx -y bhayanak/atlassian-private-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"atlassian-private-mc": {
"command": "npx",
"args": [
"-y",
"bhayanak/atlassian-private-mcp-server"
]
}
}
}