Skip to main content

MCP server for Jira with dual auth (Cloud + Data Center), full CRUD, JQL search, workflows, and more

Project description

Atlassian MCP Servers

A monorepo of Model Context Protocol (MCP) servers for Atlassian products, built on FastMCP 3.

Server Tools Package
Jira 37 atlassian-jira-mcp
Confluence 38 atlassian-confluence-mcp
Bitbucket 44 atlassian-bitbucket-mcp

Structure

atlassian/
├── jira-mcp-server/          # Issues, boards, sprints, workflows
├── confluence-mcp-server/    # Pages, spaces, blogs, search
└── bitbucket-mcp-server/     # Repos, PRs, branches, builds

Installation

Each server is an independent Python package. Install from the server directory:

cd jira-mcp-server && pip install -e ".[dev]"
cd confluence-mcp-server && pip install -e ".[dev]"
cd bitbucket-mcp-server && pip install -e ".[dev]"

Requires Python 3.10+.

Authentication

All three servers support dual authentication modes, auto-detected from environment variables.

Atlassian Cloud

Uses Basic auth with your email and an API token.

# Jira Cloud
export JIRA_MCP_URL=https://yoursite.atlassian.net
export JIRA_MCP_EMAIL=you@company.com
export JIRA_MCP_TOKEN=your-api-token

# Confluence Cloud
export CONFLUENCE_MCP_URL=https://yoursite.atlassian.net/wiki
export CONFLUENCE_MCP_EMAIL=you@company.com
export CONFLUENCE_MCP_TOKEN=your-api-token

# Bitbucket Cloud
export BITBUCKET_MCP_URL=https://api.bitbucket.org
export BITBUCKET_MCP_EMAIL=you@company.com
export BITBUCKET_MCP_TOKEN=your-app-password

Self-Hosted (Data Center)

Uses Bearer auth with a personal access token.

# Jira Data Center
export JIRA_MCP_URL=https://jira.company.com
export JIRA_MCP_TOKEN=your-personal-access-token

# Confluence Data Center
export CONFLUENCE_MCP_URL=https://confluence.company.com
export CONFLUENCE_MCP_TOKEN=your-personal-access-token

# Bitbucket Data Center
export BITBUCKET_MCP_URL=https://bitbucket.company.com
export BITBUCKET_MCP_TOKEN=your-personal-access-token

Auto-Detection

  • If EMAIL is set: Cloud mode (Basic auth)
  • If only TOKEN is set: Data Center mode (Bearer auth)
  • Set AUTH_TYPE=cloud or AUTH_TYPE=pat to override

MCP Client Configuration

Add to your .mcp.json (e.g., for Claude Code):

{
  "mcpServers": {
    "jira": {
      "command": "atlassian-jira-mcp",
      "env": {
        "JIRA_MCP_URL": "https://yoursite.atlassian.net",
        "JIRA_MCP_EMAIL": "you@company.com",
        "JIRA_MCP_TOKEN": "your-api-token"
      }
    },
    "confluence": {
      "command": "atlassian-confluence-mcp",
      "env": {
        "CONFLUENCE_MCP_URL": "https://yoursite.atlassian.net/wiki",
        "CONFLUENCE_MCP_EMAIL": "you@company.com",
        "CONFLUENCE_MCP_TOKEN": "your-api-token"
      }
    },
    "bitbucket": {
      "command": "atlassian-bitbucket-mcp",
      "env": {
        "BITBUCKET_MCP_URL": "https://api.bitbucket.org",
        "BITBUCKET_MCP_EMAIL": "you@company.com",
        "BITBUCKET_MCP_TOKEN": "your-app-password"
      }
    }
  }
}

Development

# Run tests (from any server directory)
pytest

# Lint
ruff check src/ tests/

# Type check
mypy src/

All servers enforce 100% test coverage.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atlassian_jira_mcp-2.0.1.tar.gz (32.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

atlassian_jira_mcp-2.0.1-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file atlassian_jira_mcp-2.0.1.tar.gz.

File metadata

  • Download URL: atlassian_jira_mcp-2.0.1.tar.gz
  • Upload date:
  • Size: 32.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for atlassian_jira_mcp-2.0.1.tar.gz
Algorithm Hash digest
SHA256 73b94f54c6b5cd914c755372d8fc9c8df0bfc3b55af7cf629f1389d07bf159cb
MD5 b2ed44b09c42fb8fdba6b15e1dfaf424
BLAKE2b-256 be42e418dc8741f86c157c3e83ea9a398f8f4350d614e66d8aa0c20d319fbdfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlassian_jira_mcp-2.0.1.tar.gz:

Publisher: publish.yml on troylar/atlassian-mcp-servers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file atlassian_jira_mcp-2.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for atlassian_jira_mcp-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd93f5a2c02537ebbb0d53e6514e9dbd3006586e9bc3e7ee1046c9c1fae29460
MD5 b5c1530ba7ee44e066d8b5dabd4b49ed
BLAKE2b-256 3dad8c46c885755e75530e320968ea41d344b532c2c1f2619bb290176fc9e64f

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlassian_jira_mcp-2.0.1-py3-none-any.whl:

Publisher: publish.yml on troylar/atlassian-mcp-servers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page