Jira MCP Server

Search, create, and update Jira issues and projects from your AI assistant

By sooperset (community) community project-management engineering

The Jira MCP Server — part of the @sooperset/mcp-atlassian package — connects Claude and other MCP-compatible agents to Jira Cloud via the Atlassian REST API. Search issues with JQL, create and update tickets, get project details, and manage your backlog — all from a natural-language conversation. The same package also supports Confluence; see the Confluence MCP Server page for those tools.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "jira": {
      "command": "npx",
      "args": ["-y", "@sooperset/mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-domain.atlassian.net",
        "ATLASSIAN_EMAIL": "you@example.com",
        "ATLASSIAN_TOKEN": "your_api_token_here"
      }
    }
  }
}

Note: This package includes both Jira and Confluence tools. If you only want Jira, that's fine — Confluence tools will appear but won't interfere unless called.

Generating an Atlassian API token:

Config file location:

Available Tools (5)

Use Cases

Gotchas

Security Note

The Atlassian API token is tied to your personal account and grants full access to every Jira project you can see. It can create, edit, and delete issues. Store it only in your MCP config (which should not be committed to version control) and revoke it immediately from id.atlassian.com if exposed.

Source & Documentation

GitHub Repository: https://github.com/sooperset/mcp-atlassian

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

MCP Setup Pack — $15
20 ready-to-paste server configs + installer + doctor script
Get the Pack →
← Back to MCP Server Directory