jira-mcp-server
Enables AI agents to manage Jira projects and issues using natural language, including creating, updating, searching issues, managing sprints, and more via the Jira API.
README
🚀 Jira MCP Server: AI-Powered Issue Tracking
Transform your Jira projects into a living workspace for AI agents. This Model Context Protocol (MCP) server allows LLMs (like Gemini, Claude, and GPT-4) to see, organize, and manage your tasks and sprints with natural language.
🔍 Overview
This project bridges the gap between AI and your Jira workflow. Instead of manually navigating complex Jira screens, you can tell your AI: "Find all open bugs in the project and assign them to me," or "Create a new story for the login refactoring with high priority."
Global Usage: You can save this project anywhere on your computer. Once registered, your AI will be able to start the server automatically whenever needed—no manual terminal execution required.
📋 Prerequisites
- Node.js (v20.0.0 or higher recommended) - Download here
- Git - Download here
- Jira API Credentials: Get an API Token here
🛠️ Quick Start
1. Installation & Build
# Clone the repository (or copy the files)
npm install
npm run build
2. Configuration
Create a .env file in the project root (use .env.example as a template):
JIRA_EMAIL=your_email@example.com
JIRA_API_TOKEN=your_api_token
JIRA_BASE_URL=https://your-domain.atlassian.net
3. Register with Gemini CLI (Global)
To use this server anywhere on your computer, register it with the user scope:
gemini mcp add jira node "C:\FULL_PATH\TO\jira-mcp-server\dist\index.js" --scope user --trust
[!IMPORTANT] Always use the absolute path to
dist/index.jsin the command above.
⚡ Available Tools
Your AI agent will automatically "learn" these advanced capabilities:
📋 Project & Issue Management (Full CRUD)
list_projects: List all accessible Jira projects.search_issues: Find issues using JQL or text queries.get_issue: Fetch full details of a specific Jira issue.create_issue/update_issue: Create or modify stories, tasks, or bugs.delete_issues: Bulk Action to remove multiple issues and their subtasks.create_subtask: Granular task breakdown for parent issues.link_issues/delete_issue_link: Manage relationships between issues.get_all_labels: List all labels used in the instance.add_attachment/delete_attachment: Manage file attachments.
⏱️ Time & Work Tracking
add_worklog/update_worklog: Log and modify hours worked on a task.delete_worklog: Remove incorrect worklog entries.
🔄 Transitions & Workflow
get_transitions: See available status changes for an issue.transition_issue: Move an issue through your workflow.
📊 Agile & Boards (Scrum/Kanban)
get_boards: List all Scrum and Kanban boards.get_sprints: List sprints for a specific board.get_backlog: Fetch issues in the backlog.create_sprint/update_sprint: Manage sprint details and goals.update_sprint_state: Start (active) or Close (closed) a sprint.delete_sprints: Remove one or more sprints from a board.
📦 Releases & Versions
get_project_versions: List all releases/versions for a project.create_version/update_version: Manage the release lifecycle.delete_versions: Remove project versions.
🚀 Bulk Operations (Granular & Optimized)
bulk_create_issues: Create up to 50 issues in a single request.bulk_transition_issues: Move multiple issues to a new status at once.delete_issues/delete_sprints: Scalable deletion handling single or multiple IDs.
👥 Professional Features
assign_issue: Assign teammates to tasks.add_comment/update_comment: Manage discussion threads.delete_comment: Remove irrelevant comments.find_users: Search for users to get their account IDs.get_myself: Get your own profile details.
🛠️ Troubleshooting
[!WARNING] Server shows as "Disconnected"?
- Empty Command: If
/mcp listshows a red dot, ensure yoursettings.json(atC:\Users\YourUser\.gemini\settings.json) has"command": "node"correctly set.- Environment Variables: Run
node dist/index.jsmanually. If it fails, check your.envor the environment variables in your client settings.- SDK Compatibility: This project uses
@modelcontextprotocol/sdkv1.29.0.
🐳 Docker Support
[!TIP] Docker is perfect for keeping your local environment clean.
# Build
docker build -t jira-mcp-server .
# Run
docker run --rm -i --env-file .env jira-mcp-server
🤝 Contributing
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
Created by [Luiz Feltrin]
Show some love! Give this repository a ⭐️ if it helped you!
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。