Jira MCP
查询与更新 Jira 工单、Sprint 与看板,连接企业项目管理。
安装命令
终端
npx -y @atlassian/mcp-server在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"@atlassian/mcp-server"
]
}
}
}查询与更新 Jira 工单、Sprint 与看板,连接企业项目管理。
npx -y @atlassian/mcp-server{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"@atlassian/mcp-server"
]
}
}
}