Back to MCP Servers
Atlassian Server
Unified access to Atlassian products including Confluence, Jira, and Bitbucket
atlassianconfluencejirabitbucketdocumentationproject-management
By Atlassian
Installation
pip install mcp-server-atlassianConfiguration
{
"mcpServers": {
"atlassian": {
"command": "uvx",
"args": ["mcp-server-atlassian"],
"env": {
"ATLASSIAN_SITE_URL": "https://your-domain.atlassian.net",
"ATLASSIAN_USER_EMAIL": "your-email@example.com",
"ATLASSIAN_API_TOKEN": "your-api-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes