simple-jira-mcp
If you are the rightful owner of simple-jira-mcp 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 Simple Model Context Protocol (MCP) server that allows AI assistants to interact with Jira.
The Jira MCP Server is designed to facilitate seamless interaction between AI assistants and Jira, a popular project management tool. By leveraging the Model Context Protocol (MCP), this server enables AI to perform various actions such as fetching user-assigned tickets, adding comments, retrieving available status transitions, and updating ticket statuses. This integration is particularly useful for automating routine tasks and enhancing productivity by allowing AI to manage Jira tasks efficiently. The server can be run locally using Docker or Python, and requires a Jira account with API access. Environment variables must be configured to ensure proper communication with the Jira API.
Features
- Fetch user-assigned tickets
- Add comments to Jira tickets
- Retrieve available status transitions
- Update ticket status
- Run locally using Docker or Python