All How-To Guides

3 Ways to Manage Jira with Claude Code

How to manage Jira with Claude Code?

3 MCP servers featured

Jira is the standard for issue tracking and project management in software teams. MCP servers can connect Claude to your Jira instance for creating issues, updating tickets, and searching across projects. Here are the best options for Jira integration.

Recommended MCP Servers

MCP Atlassian

sooperset/mcp-atlassian

>4k

Highly popular MCP server for Atlassian tools including both Confluence and Jira with 4k+ stars.

Key Features

  • Jira Cloud and Server support
  • Create and update issues
  • Search with JQL
  • Confluence integration included

Installation

pip install mcp-atlassian

The most popular Atlassian MCP with 4k+ stars. Provides comprehensive access to both Jira and Confluence. Create issues, search with JQL, and manage your entire Atlassian workspace.

Best for: Teams using Jira + Confluence View on GitHub

MCP Atlassian

sooperset/mcp-atlassian

>200

Jira and Confluence integration with support for Cloud and Data Center deployments.

Key Features

  • Issue CRUD operations
  • Project and board access
  • Sprint management
  • Confluence page access

Installation

pip install mcp-atlassian

A Python-based Atlassian integration that's easy to customize. Good for teams that want to build custom workflows on top of the Jira integration.

Best for: Custom Jira workflows View on GitHub

Fetch MCP + Jira API

anthropics/mcp-server-fetch

>2k

Call Jira's REST API directly for full control over issue management.

Key Features

  • Direct API access
  • Any Jira endpoint
  • Custom integrations
  • Full JQL support

Installation

npx @modelcontextprotocol/server-fetch

For complex Jira workflows, use the Fetch MCP to call Jira's REST API directly. Execute any JQL query, access any endpoint, and build sophisticated automations.

Best for: Advanced Jira automation View on GitHub

Quick Comparison

MCPStarsBest ForProsCons
Atlassian MCP>300Full AtlassianJira + ConfluenceMore configuration
MCP Atlassian>200Custom workflowsPython extensibleCommunity maintained
Fetch MCP>2kAdvanced automationAny endpointManual API calls

Getting Started

To manage Jira with Claude Code:

  1. Get your Jira API token from id.atlassian.com/manage-profile/security/api-tokens.

  2. Install the Atlassian MCP:

    npx atlassian-mcp
    
  3. Configure your Jira URL and credentials.

Example prompt: "Create a bug ticket in the PROJ project for the login issue we discussed, and assign it to me."

Related Guides