Skip to main content

Atlassian MCP Server — Jira and Confluence tools for AI IDEs

Project description

db3-atlassian-mcp

Lightweight MCP server for Jira and Confluence — read, create, and update from your AI IDE.

Install

Step 1: Get an API Token

Go to https://id.atlassian.com/manage-profile/security/api-tokens and create a new token.

Step 2: Create your .env file

mkdir -p ~/.db3-atlassian-mcp

cat > ~/.db3-atlassian-mcp/.env << EOF
JIRA_BASE_URL=https://yourcompany.atlassian.net
JIRA_USER=you@yourcompany.com
JIRA_API_KEY=your-api-token-here
EOF

Step 3: Add to your IDE's MCP config

Tip: If you skip Step 2, you can put your credentials directly in the env block below instead of using a .env file. Either approach works.

Kiro

You can ask Kiro to do this for you: "Add db3-atlassian-mcp to my MCP config using uvx with my Atlassian credentials"

Or manually open ~/.kiro/settings/mcp.json and add inside "mcpServers":

"db3.atlassian-mcp": {
  "command": "uvx",
  "args": ["db3-atlassian-mcp@latest"],
  "disabled": false,
  "autoApprove": [],
  "env": {
    "JIRA_BASE_URL": "https://yourcompany.atlassian.net",
    "JIRA_USER": "you@yourcompany.com",
    "JIRA_API_KEY": "your-api-token-here"
  }
}

The env block is optional if you already created a .env file in Step 2.

VS Code / Cursor / Windsurf

Add to .vscode/mcp.json in your workspace (or global settings):

{
  "mcpServers": {
    "db3.atlassian-mcp": {
      "command": "uvx",
      "args": ["db3-atlassian-mcp@latest"],
      "env": {
        "JIRA_BASE_URL": "https://yourcompany.atlassian.net",
        "JIRA_USER": "you@yourcompany.com",
        "JIRA_API_KEY": "your-api-token-here"
      }
    }
  }
}

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "db3.atlassian-mcp": {
      "command": "uvx",
      "args": ["db3-atlassian-mcp@latest"],
      "env": {
        "JIRA_BASE_URL": "https://yourcompany.atlassian.net",
        "JIRA_USER": "you@yourcompany.com",
        "JIRA_API_KEY": "your-api-token-here"
      }
    }
  }
}

Step 4: Restart your IDE

The MCP server will appear in your sidebar as db3.atlassian-mcp.

Once connected, ask Kiro something like "Read Jira ticket PROJECT-123" to verify it's working.

What You Can Do

Jira

  • Fetch any ticket by key
  • Search tickets with JQL
  • View sub-tasks for a parent ticket
  • Create new tickets with optional parent for sub-task linking
  • Update tickets — change fields, transition status, add comments
  • Assign tickets by name or email (no account IDs needed)
  • Attach files to tickets

Confluence

  • Read any page by pasting its URL or page ID
  • Search pages with CQL
  • Browse all pages in a space
  • Create new pages (with optional parent page)
  • Update existing pages with rich formatting

Configuration

The server reads credentials from a .env file. It searches in this order:

  1. ~/.db3-atlassian-mcp/.env (recommended)
  2. .env in the current working directory

You can also pass credentials via your MCP config's env block:

"db3.atlassian-mcp": {
  "command": "uvx",
  "args": ["db3-atlassian-mcp@latest"],
  "env": {
    "JIRA_BASE_URL": "https://yourcompany.atlassian.net",
    "JIRA_USER": "you@yourcompany.com",
    "JIRA_API_KEY": "your-api-token-here"
  }
}

Either approach works. The .env file keeps credentials out of your IDE config.

Alternative: Install from Source

git clone https://github.com/db3net/db3-atlassian-mcp.git
cd db3-atlassian-mcp
bash install.sh

The installer prompts for your credentials, sets up a Python venv, validates the connection, and configures Kiro automatically.

Updating

If using uvx, it automatically pulls the latest version each time Kiro starts. If installed from source, run the installer again.

Uninstall

rm -rf ~/.db3-atlassian-mcp

Then remove the "db3.atlassian-mcp" entry from your IDE's MCP config.

Troubleshooting

Server shows "connection failed" or ENOENT

  • Make sure uv is installed: pip install uv or brew install uv
  • Verify uvx is on your PATH: which uvx
  • Check that Python 3.10+ is available: python3 --version

401 Unauthorized

.env file not found

  • Confirm the file exists: cat ~/.db3-atlassian-mcp/.env
  • Make sure all three variables are set: JIRA_BASE_URL, JIRA_USER, JIRA_API_KEY
  • The URL should not have a trailing slash

Tools not showing up

  • Restart your IDE after adding the MCP config
  • Check your IDE's MCP server logs for errors
  • In Kiro: look at the MCP Servers panel in the sidebar and click reconnect

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

db3_atlassian_mcp-1.1.0.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

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

db3_atlassian_mcp-1.1.0-py3-none-any.whl (32.7 kB view details)

Uploaded Python 3

File details

Details for the file db3_atlassian_mcp-1.1.0.tar.gz.

File metadata

  • Download URL: db3_atlassian_mcp-1.1.0.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for db3_atlassian_mcp-1.1.0.tar.gz
Algorithm Hash digest
SHA256 0f4d107f9b9d42691ef36455bec0d55cf45c0f0e4ed8c3aa4ab251746b15b9e0
MD5 c95c6d97540ff16f798aa65fa92fd8f9
BLAKE2b-256 6f0098ea9f47f77a277fec8c01afe4d15cb44281e4024415f20f30506a089d3f

See more details on using hashes here.

File details

Details for the file db3_atlassian_mcp-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for db3_atlassian_mcp-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f7ff0ac477a48e385a00d8284192eecf0f1e2cb28f9e4861038234cf664c8470
MD5 aa94133bb3d9e3f53a76f5467bb6c27e
BLAKE2b-256 789f06e0894605ac92387f6778e439701582ee2969bc967b7742563da449cd14

See more details on using hashes here.

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