Atlassian Data Center MCP
MCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Overview
Atlassian Data Center MCP is a Model Context Protocol integration for Atlassian products such as Jira, Confluence, and Bitbucket, enabling AI assistants to interact with these tools through a standardized interface.
To use the MCP connectors, configure your Claude Desktop by adding the necessary host variables and API tokens for each Atlassian service in the configuration file. Follow the official quick start guide for detailed instructions.
- Integration with Jira for issue management - Access and management of content in Confluence - Interaction with repositories and code in Bitbucket - Support for Node.js and npm for development
- Automating issue creation and management in Jira.
- Managing and retrieving content from Confluence.
- Interacting with Bitbucket repositories for code management.
Add to your AI client
Use these steps to connect Atlassian Data Center MCP in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"atlassian-dc-mcp-b1ff": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-atlassian-dc-mcp-b1ff"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"atlassian-dc-mcp-b1ff": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-atlassian-dc-mcp-b1ff"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"atlassian-dc-mcp-b1ff": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-atlassian-dc-mcp-b1ff"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"atlassian-dc-mcp-b1ff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-atlassian-dc-mcp-b1ff"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"atlassian-dc-mcp-b1ff": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-atlassian-dc-mcp-b1ff"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"atlassian-dc-mcp-b1ff": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-atlassian-dc-mcp-b1ff"
]
}
}
}FAQ
What are the prerequisites for using this project?
You need Node.js 18 or higher, npm 7 or higher, and an Atlassian Data Center or Cloud instance with API tokens.
How do I generate API tokens?
Follow the steps provided in the documentation for each Atlassian product to create Personal Access Tokens (PAT).
Is this project open source?
Yes, it is licensed under the MIT license.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1817,"uuid":"07a22ead-683c-4df5-8d2a-0bb33c2f3e63","name":"atlassian-dc-mcp","title":"Atlassian Data Center MCP","description":"MCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version","avatar_url":"https://avatars.githubusercontent.com/u/1667469?v=4","created_at":"2025-03-05T05:31:00.052Z","updated_at":"2025-03-12T10:20:52.320Z","status":"created","author_name":"b1ff","author_avatar_url":"https://avatars.githubusercontent.com/u/1667469?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/b1ff/atlassian-dc-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"17\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-03 20:45:28\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]