JIRA MCP Server enables AI assistants to interact with JIRA issue tracking systems through a comprehensive set of tools for managing issues, projects, and work logs. Built by klauseduard, it provides capabilities for retrieving, searching, creating, and updating JIRA issues, as well as listing projects and logging work time. The implementation uses Python with the JIRA library and FastMCP to expose these operations through a standardized interface, making it valuable for development teams who want to integrate JIRA workflows directly into their AI assistant conversations without context switching to the JIRA web interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve a JIRA issue based on its unique key.
Search for issues using JQL (JIRA Query Language).
Create a new JIRA issue. Parameters: issue details (various fields as per JIRA API).
Update an existing JIRA issue. Parameters: issue key, updated fields (various fields as per JIRA API).
Add a comment to a specific JIRA issue. Parameters: issue key, comment text.
Create a clone of an existing JIRA issue. Parameters: source issue key, customization options (e.g., modify fields, attachments).
Log work against a specific JIRA issue. Parameters: issue key, time spent, work description.