mcp-jira
If you are the rightful owner of mcp-jira and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Jira's REST API using the `jira-python` library.
The Jira MCP Server is designed to facilitate seamless interaction with Jira's REST API through natural language commands. By leveraging the `jira-python` library, this server integrates with Claude Desktop and other MCP clients, allowing users to perform various Jira operations such as retrieving project details, searching issues, creating new issues, and managing issue transitions. The server supports multiple authentication methods, including basic authentication and API tokens, making it versatile for different Jira environments, whether Cloud, Server, or Data Center. With its robust feature set, the Jira MCP Server enhances productivity by simplifying Jira interactions through a user-friendly interface.
Features
- Get all accessible Jira projects
- Get details for a specific Jira issue
- Search issues using JQL (Jira Query Language)
- Create new Jira issues
- Add comments to issues
Tools
get_projects
Get all accessible Jira projects
get_issue
Get details for a specific Jira issue by key
search_issues
Search for Jira issues using JQL
create_issue
Create a new Jira issue
add_comment
Add a comment to a Jira issue
get_transitions
Get available workflow transitions for a Jira issue
transition_issue
Transition a Jira issue to a new status