Skip to main content
Glama
ashu-arora

Jira MCP Server

by ashu-arora

Jira MCP Server

VS Code Copilot を Jira インスタンス(Cloud、Server、Data Center)に接続する MCP(Model Context Protocol)サーバーです。

クイックセットアップ

1. インストールとビルド

cd jira-mcp-server
npm install
npm run build

2. 認証情報の設定

サンプルをコピーして値を入力してください:

cp .env.example .env

.env を編集:

# Your Jira site URL
JIRA_BASE_URL=https://yourcompany.atlassian.net

# Your email (Cloud) or username (Server)
JIRA_EMAIL=you@yourcompany.com

# API token (Cloud) or Personal Access Token (Server)
JIRA_API_TOKEN=your-token-here

# "cloud" or "server"
JIRA_AUTH_TYPE=cloud

トークンの取得場所

プラットフォーム

方法

Atlassian Cloud

API トークン に移動 → API トークンを作成

Jira Server/DC

Jira プロフィールに移動 → 個人用アクセストークントークンを作成

3. VS Code に接続

これを VS Code の settings.json(またはワークスペースの .vscode/settings.json)に追加してください:

{
  "mcp": {
    "servers": {
      "jira": {
        "command": "node",
        "args": ["/absolute/path/to/jira-mcp-server/dist/index.js"],
        "env": {
          "JIRA_BASE_URL": "https://yourcompany.atlassian.net",
          "JIRA_EMAIL": "you@yourcompany.com",
          "JIRA_API_TOKEN": "your-token-here",
          "JIRA_AUTH_TYPE": "cloud"
        }
      }
    }
  }
}

ヒント: /absolute/path/to/jira-mcp-server を実際のマシンのパスに置き換えてください。

Related MCP server: Jira Stories MCP Server

利用可能なツール

Tool

Description

search_issues

JQL で課題を検索

get_issue

課題キーで課題の詳細を取得

create_issue

新しい課題を作成

update_issue

既存の課題のフィールドを更新

add_comment

課題にコメントを追加

get_transitions

利用可能なステータス遷移を一覧表示

transition_issue

課題を新しいステータスに移動

assign_issue

課題をユーザーに割り当て

list_projects

アクセス可能なすべてのプロジェクトを一覧表示

get_myself

認証済みユーザーのプロフィールを取得

プロンプト例(Copilot Chat 内)

  • "自分に割り当てられた Jira 課題を表示"

  • "PROJ-123 の詳細を取得"

  • "プロジェクト PROJ にバグを作成: Safari でログインページがクらッシュ"

  • "PROJ-456 を In Progress に移動"

  • "PROJ-789 にコメントを追加: コミット abc123 で修正式み"

Install Server
A
license - permissive license
A
quality
C
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

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

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/ashu-arora/Jira-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server