SZ84.NET
Back to List
OfficialProductivityJira

Jira MCP

The official Jira MCP server integrates your AI assistant with Atlassian's Jira platform. It enables models to search for issues, create new tasks, and update project statuses. This tool is essential for teams using Jira for project management who want to leverage AI for better issue tracking and workflow automation.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "jira": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jira"
      ],
      "env": {
        "JIRA_URL": "https://your-domain.atlassian.net",
        "JIRA_API_TOKEN": "YOUR_API_TOKEN",
        "JIRA_EMAIL": "YOUR_EMAIL"
      }
    }
  }
}

Key Features

Search and list Jira issues and projects

Create, update, and comment on tasks

Transition issues through project workflows

Retrieve user and project metadata

Server Details

The official Jira MCP server integrates your AI assistant with Atlassian's Jira platform. It enables models to search for issues, create new tasks, and update project statuses. This tool is essential for teams using Jira for project management who want to leverage AI for better issue tracking and workflow automation.

Pricing

free

Tags

OfficialProductivityJira

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository