mcp-jira-server
Jira MCP サーバー
Jira の REST API との統合を提供し、AI アシスタントが Jira の問題をプログラムで管理できるようにするモデル コンテキスト プロトコル サーバー。
特徴
このサーバーは、Jira の問題を管理するためのツールを提供します。
新しい課題を作成する(タスク、エピック、サブタスク)
オプションのステータスフィルタリングを使用して問題を一覧表示する
既存の問題を更新する(概要、説明、ステータス)
詳細な問題情報を取得する
問題を削除する
問題にコメントを追加する
Related MCP server: JIRA MCP Server
設定
前提条件
APIアクセス権限を持つJiraアカウント
Jira API トークン ( Atlassian アカウント設定から生成できます)
インストール
依存関係をインストールします:
npm installサーバーを構築します。
npm run build構成
作業ディレクトリに
.jira-config.jsonファイルを作成します。
{
"projectKey": "YOUR_PROJECT_KEY"
}Jira の資格情報を使用して MCP サーバーを構成します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/path/to/jira-server/build/index.js"],
"env": {
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "your-api-token",
"JIRA_DOMAIN": "your-domain"
}
}
}
}利用可能なツール
問題作成
新しいJiraの問題を作成する
必須パラメータ:
working_dir: .jira-config.json を含むディレクトリ
概要: 問題のタイトル
説明: 問題の説明
タイプ: 課題タイプ (タスク、エピック、またはサブタスク)
リストの問題
プロジェクト内の問題を一覧表示する
必須パラメータ:
working_dir: .jira-config.json を含むディレクトリ
オプションパラメータ:
ステータス: ステータスでフィルタリングします (例: 「To Do」、「進行中」、「完了」)
更新問題
既存の問題を更新します
必須パラメータ:
working_dir: .jira-config.json を含むディレクトリ
issue_key: 発行キー(例:PRJ-123)
オプションパラメータ:
概要: 新しいタイトル
説明: 新しい説明
ステータス: 新しいステータス
発行を取得
特定の問題に関する詳細情報を取得します
必須パラメータ:
working_dir: .jira-config.json を含むディレクトリ
issue_key: 発行キー(例:PRJ-123)
問題を削除
Jira の問題を削除します
必須パラメータ:
working_dir: .jira-config.json を含むディレクトリ
issue_key: 発行キー(例:PRJ-123)
コメントを追加
既存の問題にコメントを追加します
必須パラメータ:
working_dir: .jira-config.json を含むディレクトリ
issue_key: 発行キー(例:PRJ-123)
コメント: 追加するコメントテキスト
発達
自動リビルドを使用した開発の場合:
npm run watchエラー処理
サーバーには、次の包括的なエラー処理が含まれています。
無効なプロジェクトキー
構成がありません
無効な問題タイプ
API認証エラー
無効なステータス遷移
出力フォーマット
問題情報は、次の内容を含むようにフォーマットされます。
問題キーと概要
問題の種類とステータス
作成日と作成者
説明
著者とタイムスタンプ付きのコメント(ある場合)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides tools for AI assistants to interact with JIRA APIs, enabling them to read, create, update, and manage JIRA issues through standardized MCP tools.6193MIT
- Flicense-qualityDmaintenanceEnables AI systems to interact with JIRA through natural language, allowing users to retrieve issue details, create new tickets, search using JQL, and access project information.3
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Jira Cloud and Server/Data Center deployments for issue management, project tracking, and workflow automation. Supports multiple authentication methods including API tokens, OAuth 2.0, and personal access tokens.MIT
- AlicenseAquality-maintenanceEnables AI assistants to interact with Atlassian Jira Cloud, allowing users to manage projects, issues, comments, and workflows through natural language commands.6653
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/1broseidon/mcp-jira-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server