atlassian/jira

MCP Server

Jira MCP Server - issue tracking, projects, comments, workflows

Jira Data Center MCP server. Issue tracking, project management, comments, and workflow operations.

MCP Server

  • Package: @atlassian-dc-mcp/jira
  • Transport: stdio
  • Command: npx -y @atlassian-dc-mcp/jira

Authentication

API token

VariableRequiredDescription
JIRA_URLYesJira instance URL
JIRA_EMAILYesUser email
JIRA_API_TOKENYesAPI token

Available Tools

ToolDescription
*Auto-discovered*Issue tracking, projects, workflows tools

Configuration Example

toml
[[mcp.servers]]
name = "jira"
type = "stdio"
command = "npx"
args = ["-y", "@atlassian-dc-mcp/jira"]
timeout_seconds = 60
env = { JIRA_URL = "your-value", JIRA_EMAIL = "your-value", JIRA_API_TOKEN = "your-value" }
tools = []

Notes: Specifically for Jira Data Center.