Jira MCP サーバー
AIアシスタントがJiraと連携できるようにする、Simple Model Context Protocol(MCP)サーバー。このサーバーにより、AIは以下のようなアクションを実行できます。
- ユーザーに割り当てられたチケットを取得しています
- チケットにコメントを追加する
- 利用可能なステータス遷移を取得する
- チケットステータスの更新
前提条件
- ドッカー
- APIアクセスを持つJiraアカウント
- 環境変数が設定されています(下記参照)
環境変数
ルート ディレクトリに次の.env
ファイルを作成します。
API キーは次の場所から取得します: https://id.atlassian.com/manage-profile/security/api-tokens
ローカルで実行
オプション1: Dockerを使用する
オプション2: Pythonを使用する
- 依存関係をインストールします:
- サーバーを実行します。
これによりhttp://localhost:8000
でサーバーが起動します。
MCPサーバーの使用
MCP サーバーはhttp://localhost:8000/mcp
で公開されます。
This server cannot be installed
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.
AI アシスタントが Jira と対話し、チケットの取得、コメントの追加、チケット ステータスの更新などの操作を実行できるようにするシンプル モデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.Last updated -32Python
- AsecurityAlicenseAqualityA Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.Last updated -5872TypeScriptMIT License
- -securityAlicense-qualityA 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 -151TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.Last updated -1014TypeScriptMIT License