Jira MCP 服务器
⚠️ 此 MCP 服务器正在开发中 ⚠️
与 Jira 通信的 MCP 服务器。
这可能适用于 Jira Data Center 休息端点( /rest/api/2
),但截至目前,仅测试了云端点( /rest/api/3
)。
运行服务器
克隆此 repo
cd
进入 repo运行
npm install
运行
npm run build
在您的 MCP 客户端中,您需要添加以下环境变量:
JIRA_PROJECT_URL
- 在末尾包含/rest/api/3
。类似如下:https://your-project.atlassian.net/rest/api/3
。JIRA_USER_EMAIL
- 您的用户电子邮件地址。这是 API 授权所必需的。JIRA_API_KEY
- 您的 Jira API 密钥。您可以在此处找到有关创建和管理 Jira API 密钥的信息。JIRA_PROJECT_KEY
- 您想要用于创建新问题的默认密钥
可用工具
通过密钥获取问题
搜索问题
创建问题
分配问题
取消分配问题
编辑问题
过渡问题
存档问题
资源
设置,但未实现。
使用 MCP 客户端(Claude Desktop、Cursor 等)进行设置
将服务器添加到 MCP 客户端的配置文件中。
问题
如果您遇到任何问题,请打开。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
一个可以与 Jira 通信的 MCP 服务器,允许用户通过自然语言交互执行获取、搜索、创建和编辑问题等操作。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.Last updated -
- AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with Jira's REST API using natural language commands, allowing users to manage Jira projects, issues, comments, and workflows through Claude Desktop and other MCP clients.Last updated -101MIT License
- AsecurityAlicenseAqualityAn MCP server that enables AI assistants to interact with JIRA, allowing for querying issue details, creating and updating work items, and managing attachments through a standardized interface.Last updated -121MIT License
- -securityAlicense-qualityThis project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Jira Service Management (beta): https://www.cdata.com/download/download.aspx?sku=GKZK-V&type=betaLast updated -1MIT License