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
Install Server
F
license - not found
A
quality
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.
    12
    309
    10
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for interacting with Jira Cloud, providing tools for issues, search, agile boards, comments, links, attachments, and webhook notifications.
    22
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.
    192
    4
    MIT
  • F
    license
    A
    quality
    F
    maintenance
    An MCP server that talks directly to Jira Cloud REST API v3 using static credentials and exposes tools for discovering customfield IDs, resolving account IDs, and updating issue fields including ADF JSON.
    13

View all related MCP servers

Related MCP Connectors

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