Skip to content

Jira

Free

by MCP Community

This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Jira Data Center edition.

v0.15.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Jira MCP Server

This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Jira Data Center edition.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @atlassian-dc-mcp/jira
Add to claude_desktop_config.json
{
  "mcpServers": {
    "jira": {
      "command": "npx",
      "args": ["-y", "@atlassian-dc-mcp/jira"]
    }
  }
}