Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

Jira コミュニケーションサーバー MCP サーバー

Jiraと話す

これはTypeScriptベースのMCPサーバーで、Jiraと連携するためのツールを提供します。以下の機能を提供することで、MCPのコアコンセプトを実証します。

  • JQLクエリを実行するためのツール

  • Jira チケットを作成、編集、削除するためのツール

  • Jira プロジェクトとステータスを一覧表示するツール

特徴

Jiraツール

execute_jql

  • 目的: JQL クエリを実行します。

  • パラメータ: jqlnumber_of_results (デフォルト: 1)。

get_only_ticket_name_and_description

  • 目的: チケットの名前と説明を取得します。

  • パラメータ: jqlnumber_of_results (デフォルト: 1)。

create_ticket

  • 目的: Jira チケットを作成します。

  • パラメータ: project.keysummarydescriptionissuetype.nameparent (オプション)。

list_projects

  • 目的: Jira プロジェクトを一覧表示します。

  • パラメータ: number_of_results (デフォルト: 1)。

delete_ticket

  • 目的: チケットを削除します。

  • パラメーター: issueIdOrKey

edit_ticket

  • 目的: チケットを変更します。

  • パラメータ: issueIdOrKeysummary (オプション)、 description (オプション)、 labels (オプション)、 parent (オプション)。

get_all_statuses

  • 目的: すべてのステータスを取得します。

  • パラメータ: number_of_results (デフォルト: 1)。

assign_ticket

  • 目的: ユーザーにチケットを割り当てます。

  • パラメーター: accountIdissueIdOrKey

query_assignable

  • 目的: プロジェクト内の割り当て可能なユーザーを見つけます。

  • パラメータ: project_key

add_attachment

  • 目的: チケットに添付ファイルを追加します。

  • パラメーター: issueIdOrKeyimageUrl

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "Jira communication server": { "command": "node", "args": [ "/PATH_TO_THE_PROJECT/build/index.js" ], "env": { "JIRA_URL": "https://XXXXXXXX.atlassian.net", "JIRA_API_MAIL": "Your email", "JIRA_API_KEY": "KEY_FROM : https://id.atlassian.com/manage-profile/security/api-tokens" } } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Jira とのやり取りを可能にする TypeScript ベースのサーバーで、JQL クエリの実行、チケットの管理、自然言語によるプロジェクトとステータスの一覧表示を行うツールを提供します。

  1. 特徴
    1. Jiraツール
      1. execute_jql
      2. get_only_ticket_name_and_description
      3. create_ticket
      4. list_projects
      5. delete_ticket
      6. edit_ticket
      7. get_all_statuses
      8. assign_ticket
      9. query_assignable
      10. add_attachment
    2. 発達
      1. インストール
        1. デバッグ

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Python-based server allowing seamless integration with JIRA for managing and interacting with projects through custom APIs.
        Last updated -
        3
        Apache 2.0
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
        Last updated -
        7
        23
        1
        TypeScript
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A TypeScript-based server that enables Cursor editor to interact with Jira tickets for viewing, creating, commenting on, and updating tickets directly from the editor.
        Last updated -
        7
        3
        GPL 2.0
      • -
        security
        A
        license
        -
        quality
        A Simple Model Context Protocol server that enables AI assistants to interact with Jira, allowing operations like fetching tickets, adding comments, and updating ticket status.
        Last updated -
        1
        Apache 2.0

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/KS-GEN-AI/jira-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server