1broseidon_mcp-jira-server
If you are the rightful owner of 1broseidon_mcp-jira-server 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 server that provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.
The Jira MCP Server is designed to facilitate seamless integration with Jira's REST API, enabling AI assistants to manage Jira issues programmatically. This server allows for the creation, listing, updating, and deletion of Jira issues, as well as adding comments and retrieving detailed issue information. It is particularly useful for automating project management tasks and improving workflow efficiency. The server requires a Jira account with API access and a generated API token. Configuration involves setting up a JSON file with project details and credentials. The server supports error handling for various scenarios, including invalid project keys and API authentication errors.
Features
- Create new issues (Tasks, Epics, Subtasks)
- List issues with optional status filtering
- Update existing issues (summary, description, status)
- Get detailed issue information
- Delete issues
- Add comments to issues
Tools
create_issue
Creates a new Jira issue with specified parameters.
list_issues
Lists issues in the project with optional status filtering.
update_issue
Updates an existing issue with new details.
get_issue
Retrieves detailed information about a specific issue.
delete_issue
Deletes a specified Jira issue.
add_comment
Adds a comment to an existing issue.