mcp-server-jira
MCP server for JIRA Cloud REST API v3, enabling issue search, creation, updates, comments, and transitions.
README
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_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.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:all
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.