JIRA MCP Python 实现

JIRA MCP Python 实现

使用 Python 编写的 JIRA 集成的 MCP 服务器。

快速入门

  1. 克隆仓库: git clone https://github.com/kallows/mcp-jira-python.git

  2. 工具功能:

    • 创建、更新和删除 JIRA 问题
    • 添加评论及附件
    • 查询问题详情
  3. 配置 Claude Desktop:

    • Windows: 修改 %AppData%\Claude\claude_desktop_config.json
    • Mac/Linux: 更新 claude_desktop_config.json 中的路径与环境变量
  4. 运行测试(待完成): export JIRA_HOST="your-domain.atlassian.net" export JIRA_EMAIL="your-email@example.com" export JIRA_API_TOKEN="your-api-token"