mcp-server-jira
Provides tools for interacting with JIRA Cloud REST API v3, enabling operations such as searching, creating, updating issues, adding comments, managing transitions and assignments, and listing projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-jirafind my open tasks in project TEST"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-jira
JIRA Cloud REST API v3 を利用した MCP (Model Context Protocol) サーバー。 Claude Code / Claude Desktop から JIRA の課題検索・作成・更新・コメント追加などの基本操作を実行できます。
セットアップ
npm install
npm run buildRelated MCP server: jiraxmcp
環境変数
.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:allMaintenance
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
- AlicenseAqualityCmaintenanceAn 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.1230910MIT
- Alicense-qualityDmaintenanceAn MCP server for interacting with Jira Cloud, providing tools for issues, search, agile boards, comments, links, attachments, and webhook notifications.221MIT
- Alicense-qualityCmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.1924MIT
- FlicenseAqualityFmaintenanceAn 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
Related MCP Connectors
MCP Server for JFrog, providing tools for development and artifact management.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for AI access to Swagger by SmartBear.
Latest 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