Skip to main content
Glama
kt057

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

Related MCP server: jiraxmcp

環境変数

.env.example.env にコピーして値を設定してください。

変数名

説明

JIRA_BASE_URL

JIRA Cloud の URL (例: https://your-domain.atlassian.net)

JIRA_EMAIL

JIRA アカウントのメールアドレス

JIRA_API_TOKEN

Atlassian API トークン

利用可能なツール

ツール名

説明

search_issues

JQL でチケットを検索

get_issue

課題の詳細を取得

create_issue

新しい課題を作成

update_issue

課題のフィールドを更新

add_comment

課題にコメントを追加

get_transitions

利用可能なステータス遷移を取得

transition_issue

課題のステータスを変更

assign_issue

課題の担当者を変更

list_projects

プロジェクト一覧を取得

Claude Code での設定

~/.claude.jsonmcpServers に追加:

{
  "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:all
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It enables users to perform CRUD operations on issues, search with JQL, manage comments, and list projects through the Jira REST API.
    Last updated
    12
    462
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • A MCP server built for developers enabling Git based project management with project and personal…

  • MCP server for Appcircle mobile CI/CD platform.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

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