Skip to main content
MCP Atlassian can be installed using several methods. Choose the one that best fits your workflow. The simplest way to run MCP Atlassian without permanent installation using uvx:

IDE Configuration with uvx

Edit your config file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Docker

Docker provides an isolated environment and is recommended for production deployments or when you need specific version control.

IDE Configuration with Docker

See Configuration for more Docker options including environment files.

pip

Install directly with pip for development or when you need the package in your Python environment:

uv

If you’re using uv for package management:

From Source

For development or contributing:
See CONTRIBUTING.md for development setup details.