jira-mcp-server logo

jira-mcp-server此工具将您的 AI 助手连接到 Jira 账户。您可以使用简短文本即时搜索任务、更新工单详情、添加附件、分配团队成员,并检查项目状态。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

这是一个基于 TypeScript 的 MCP 服务器,提供与 Jira 交互的工具,演示核心 MCP 概念。它支持执行 JQL 查询、创建、编辑、删除 Jira 工单,以及列出 Jira 项目和状态。该服务器可配合 MCP Inspector 等工具进行调试,并能通过 stdio 与其他服务通信。用户可以通过简短文本指令执行搜索任务、更新工单详情、添加附件、指派同事以及检查项目状态等操作。它旨在与连接 Jira 账户的 AI 助手一起使用,实现两者的无缝集成。

主要功能

  • 执行 JQL 查询
  • 创建、编辑和删除 Jira 工单
  • 列出 Jira 项目和状态
  • 将工单分配给用户
  • 从公共 URL 或 Confluence 页面添加附件

价格

模型
Free
评分
暂无评价

使用场景

项目管理

使用该服务器管理 Jira 项目和工单,执行 JQL 查询并更新工单详情。

自动化

通过服务器的 API 创建、编辑、删除 Jira 工单,实现任务自动化。

与 Claude Desktop 集成

将服务器与 Claude Desktop 配合使用,通过简短文本指令与 Jira 交互。

优点 & 缺点

优点

  • 支持通过文本与 Jira 交互
  • 支持 JQL 查询、工单创建、编辑、删除等功能
  • 兼容 Claude Desktop

缺点

  • 需要进行技术设置和配置
  • 仅限于 Jira 集成

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Can I debug issues when the server is running?

Yes, use the provided MCP Inspector (`npm run inspector`) which opens a browser-based debugging UI to monitor stdio communication between the server and the AI assistant.

Asked by Willa Thompson · Jun 5, 2026

Is there a learning curve for using this tool with an AI assistant?

The API is text‑based and aligns with standard Jira operations, but it requires understanding MCP server configuration and familiarity with Jira's REST concepts. Once set up, simple text commands handle most common tasks.

Asked by Camille Laurent · Apr 13, 2026

Which Jira actions can I perform with this MCP server?

The server supports executing JQL queries, creating, editing, and deleting tickets, listing projects and statuses, assigning tickets to users, and adding attachments from public URLs or Confluence pages.

Asked by Tomáš Novák · Apr 8, 2026

What is required to set up the jira-mcp-server?

You need Node.js and npm to install dependencies (`npm install`). After building (`npm run build` or `npm run watch` for dev), you configure it in Claude Desktop via a JSON file pointing to the server binary and set environment variables for JIRA_URL, JIRA_API_MAIL, and JIRA_API_KEY.

Asked by Kenji Watanabe · Feb 28, 2026

提问

服务配缩器 的替代品