Install guide and config at curatedmcp.com
Atlassain MCP Server Bitbucket Jira Confluence: Control Your Entire Atlassian Stack from Claude
Managing Bitbucket repositories, Jira tickets, and Confluence docs separately wastes context switching. mcp-server-atlassian-rs is a single Rust-based MCP server that connects Claude, Cursor, and other AI agents directly to your entire Atlassian Cloud workspace—repositories, issues, and documentation—through one lightweight binary.
Built in Rust for speed and compiled to a single executable, this server maintains full parity with the original TypeScript implementations while cutting overhead. No juggling multiple servers, no API token headaches spread across three tools. Just one integration that understands your dev stack.
What It Does
This MCP server acts as a bridge between your AI agent and Atlassian Cloud APIs. It exposes unified tooling for:
- Bitbucket: Clone detection, repository browsing, pull request workflows, commit history
- Jira: Issue search, ticket creation, status updates, sprint tracking
- Confluence: Page lookup, content creation, space navigation
When you ask Claude "What PRs are blocking this ticket?" or "Create a Jira issue from this Confluence doc and link the repo," the server handles the API calls, authentication, and data translation. Your AI agent gets native Atlassian context without writing custom scripts.
How to Install
Visit the marketplace page for platform-specific install commands.
For Claude Desktop, add this to your config:
{
"mcpServers": {
"atlassain-mcp-server": {
"command": "path/to/mcp-server-atlassian-rs",
"env": {
"ATLASSIAN_DOMAIN": "your-domain.atlassian.net",
"ATLASSIAN_API_TOKEN": "your-api-token"
}
}
}
}
Generate an API token in Atlassian Cloud settings, set your domain, restart Claude, and you're live.
Real-World Use Cases
- PR + Jira sync: Ask Claude to list all open PRs for a feature branch, find related Jira tickets, and summarize blockers—no tab switching
- Auto-ticket creation: Paste a Confluence RFC, ask Claude to create Jira issues for each action item with correct sprint assignment
- Issue triage at scale: Have Claude search 200+ tickets matching criteria, update statuses, and post summaries to a Confluence page—ideal for sprint planning
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
Top comments (0)