JIRA

by kuvanov-2

Not rated
GitHub

About

Provides a bridge to Atlassian JIRA for retrieving issue details by key using TypeScript and JSON-RPC requests over stdio transport.

Details

Author
kuvanov-2
Repository
kuvanov-2/mcp-server-jira
Categories
Productivity, Project Management, Design, Workplace, Developer Tools, AI, Security, Infrastructure, Communication
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name JIRA
    Command (node, npx, python, etc.) /path/to/mcp-server-jira/start-server.sh
    Environment
    • JIRA_HOST https://your-domain.atlassian.net
    • JIRA_EMAIL your-email@example.com
    • JIRA_API_TOKEN op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

get_issue

Retrieve detailed information about a JIRA issue. Parameters: issueKey (string) - The key of the JIRA issue to retrieve.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jira": {
            "env": {
                "JIRA_HOST": "https://your-domain.atlassian.net",
                "JIRA_EMAIL": "your-email@example.com",
                "JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
            },
            "args": [],
            "command": "/path/to/mcp-server-jira/start-server.sh"
        }
    }
}

Linux

{
    "env": {
        "JIRA_HOST": "https://your-domain.atlassian.net",
        "JIRA_EMAIL": "your-email@example.com",
        "JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
    },
    "args": [],
    "command": "/path/to/mcp-server-jira/start-server.sh"
}

Macos

{
    "env": {
        "JIRA_HOST": "https://your-domain.atlassian.net",
        "JIRA_EMAIL": "your-email@example.com",
        "JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
    },
    "args": [],
    "command": "/path/to/mcp-server-jira/start-server.sh"
}

Windows

{
    "env": {
        "JIRA_HOST": "https://your-domain.atlassian.net",
        "JIRA_EMAIL": "your-email@example.com",
        "JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
    },
    "args": [],
    "command": "/path/to/mcp-server-jira/start-server.sh"
}

MCP Server for JIRA

このModel Context Protocol (MCP) サーバーは、JIRAとの連携機能を提供します。ChatGPTやその他のAIアシスタントがJIRAのイシューを直接操作できるようになります。

機能

このMCPサーバーは以下のツールを提供します:

- get_issue: JIRAイシューの詳細情報を取得

インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.