Skip to main content
Glama

MCP Jira

Model Context Protocol (MCP) server for Jira Cloud products. This integration is designed specifically for Jira Cloud instances and does not support Jira Server or Data Center deployments.

Features

  • Search and read Jira issues

Related MCP server: Work Integrations MCP

API

Tools

Jira Tools

  • jira_get_issue

    • Get details of a specific Jira issue

    • Inputs:

      • issue_key (string): Jira issue key (e.g., 'PROJ-123')

      • expand (string, optional): Fields to expand

Usage with Claude Desktop

  1. Get API tokens from: https://id.atlassian.com/manage-profile/security/api-tokens

  2. Add to your claude_desktop_config.json:

  3. Git clone this repo and run npm install

  4. Run npm run build

{
  "mcpServers": {
    "jira": {
    "command": "npx",
    "args": [
        "-y",
        "/your/project/path/mcp-jira",
        "--jira-url",
        "https://your-domain.atlassian.net",
        "--jira-username",
        "your.email@domain.com",
        "--jira-api-token",
        "your_api_token"
    ]
    }
  }
}

Replace /your/project/path/mcp-jira with the actual path where you've cloned the repository.

License

Licensed under MIT - see LICENSE file. This is not an official Atlassian product.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It enables users to perform CRUD operations on issues, search with JQL, manage comments, and list projects through the Jira REST API.
    12
    348 npm
    13
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables interaction with Jira to fetch issues by key and perform JQL searches. It provides a foundation for integrating multiple work systems, with planned support for Slack and GitHub.
    331 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Jira ticket context via REST API — read issues, search, post comments with @mentions.
    -