Jira コミュニケーションサーバー MCP サーバー
Jiraと話す
これはTypeScriptベースのMCPサーバーで、Jiraと連携するためのツールを提供します。以下の機能を提供することで、MCPのコアコンセプトを実証します。
JQLクエリを実行するためのツール
Jira チケットを作成、編集、削除するためのツール
Jira プロジェクトとステータスを一覧表示するツール
特徴
Jiraツール
execute_jql
目的: JQL クエリを実行します。
パラメータ:
jql
、number_of_results
(デフォルト: 1)。
get_only_ticket_name_and_description
目的: チケットの名前と説明を取得します。
パラメータ:
jql
、number_of_results
(デフォルト: 1)。
create_ticket
目的: Jira チケットを作成します。
パラメータ:
project.key
、summary
、description
、issuetype.name
、parent
(オプション)。
list_projects
目的: Jira プロジェクトを一覧表示します。
パラメータ:
number_of_results
(デフォルト: 1)。
delete_ticket
目的: チケットを削除します。
パラメーター:
issueIdOrKey
。
edit_ticket
目的: チケットを変更します。
パラメータ:
issueIdOrKey
、summary
(オプション)、description
(オプション)、labels
(オプション)、parent
(オプション)。
get_all_statuses
目的: すべてのステータスを取得します。
パラメータ:
number_of_results
(デフォルト: 1)。
assign_ticket
目的: ユーザーにチケットを割り当てます。
パラメーター:
accountId
、issueIdOrKey
。
query_assignable
目的: プロジェクト内の割り当て可能なユーザーを見つけます。
パラメータ:
project_key
。
add_attachment
目的: チケットに添付ファイルを追加します。
パラメーター:
issueIdOrKey
、imageUrl
。
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
Related MCP Servers
- -securityAlicense-qualityA Python-based server allowing seamless integration with JIRA for managing and interacting with projects through custom APIs.Last updated -3Apache 2.0
- AsecurityAlicenseAqualityA 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 -7231TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -73GPL 2.0
- -securityAlicense-qualityA 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 -1Apache 2.0