mcp-server-jira
by kt057
mcp-server-jira
JIRA Cloud REST API v3 を利用した MCP (Model Context Protocol) サーバー。 Claude Code / Claude Desktop から JIRA の課題検索・作成・更新・コメント追加などの基本操作を実行できます。
セットアップ
npm install
npm run build環境変数
.env.example を .env にコピーして値を設定してください。
変数名 | 説明 |
| JIRA Cloud の URL (例: |
| JIRA アカウントのメールアドレス |
|
利用可能なツール
ツール名 | 説明 |
| JQL でチケットを検索 |
| 課題の詳細を取得 |
| 新しい課題を作成 |
| 課題のフィールドを更新 |
| 課題にコメントを追加 |
| 利用可能なステータス遷移を取得 |
| 課題のステータスを変更 |
| 課題の担当者を変更 |
| プロジェクト一覧を取得 |
Claude Code での設定
~/.claude.json の mcpServers に追加:
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/path/to/mcp-server-jira/dist/index.js"],
"env": {
"JIRA_BASE_URL": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}テスト
# ユニットテスト
npm test
# 接続テスト (要 .env 設定)
npm run test:integration
# 全テスト
npm run test:allLatest 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/kt057/mcp-server-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server