Jira MCP Server
JSON →Integrates with Jira's REST API to manage issues programmatically.
Install
npx -y @smithery/cli Tools · 72
- search_issues Search for Jira issues using JQL
- get_issue Get details of a specific Jira issue
- create_issue Create a new Jira issue
- update_issue Update an existing Jira issue
- delete_issue Delete a Jira issue
- add_comment Add a comment to a Jira issue
- get_comments Get comments from a Jira issue
- get_projects Get list of Jira projects
- get_issue_types Get issue types for a project
- get_transitions Get available transitions for an issue
- transition_issue Transition a Jira issue to a new status
- assign_issue Assign a Jira issue to a user
- get_users Search for Jira users
- get_issue_attachments Get attachments from a Jira issue
- add_attachment Add an attachment to a Jira issue
- get_issue_worklogs Get worklogs from a Jira issue
- add_worklog Add a worklog entry to a Jira issue
- get_issue_links Get issue links from a Jira issue
- link_issues Link two Jira issues together
- get_issue_watchers Get watchers of a Jira issue
- add_watcher Add a watcher to a Jira issue
- remove_watcher Remove a watcher from a Jira issue
- get_issue_votes Get votes for a Jira issue
- add_vote Add a vote to a Jira issue
- remove_vote Remove a vote from a Jira issue
- get_issue_labels Get labels from a Jira issue
- add_label Add a label to a Jira issue
- remove_label Remove a label from a Jira issue
- get_issue_components Get components from a Jira issue
- add_component Add a component to a Jira issue
- remove_component Remove a component from a Jira issue
- get_issue_fix_versions Get fix versions from a Jira issue
- add_fix_version Add a fix version to a Jira issue
- remove_fix_version Remove a fix version from a Jira issue
- get_issue_affected_versions Get affected versions from a Jira issue
- add_affected_version Add an affected version to a Jira issue
- remove_affected_version Remove an affected version from a Jira issue
- get_issue_custom_fields Get custom fields from a Jira issue
- update_issue_custom_field Update a custom field on a Jira issue
- get_issue_remote_links Get remote links from a Jira issue
- add_remote_link Add a remote link to a Jira issue
- remove_remote_link Remove a remote link from a Jira issue
- get_issue_subtasks Get subtasks from a Jira issue
- add_subtask Add a subtask to a Jira issue
- remove_subtask Remove a subtask from a Jira issue
- get_issue_epic Get the epic associated with a Jira issue
- set_issue_epic Set the epic for a Jira issue
- remove_issue_epic Remove the epic from a Jira issue
- get_issue_sprint Get the sprint associated with a Jira issue
- set_issue_sprint Set the sprint for a Jira issue
- remove_issue_sprint Remove the sprint from a Jira issue
- get_issue_rank Get the rank of a Jira issue
- set_issue_rank Set the rank of a Jira issue
- get_issue_time_tracking Get time tracking information for a Jira issue
- update_issue_time_tracking Update time tracking information for a Jira issue
- get_issue_attachments_metadata Get metadata about attachments on a Jira issue
- get_issue_comments_metadata Get metadata about comments on a Jira issue
- get_issue_worklogs_metadata Get metadata about worklogs on a Jira issue
- get_issue_links_metadata Get metadata about issue links on a Jira issue
- get_issue_watchers_metadata Get metadata about watchers on a Jira issue
- get_issue_votes_metadata Get metadata about votes on a Jira issue
- get_issue_labels_metadata Get metadata about labels on a Jira issue
- get_issue_components_metadata Get metadata about components on a Jira issue
- get_issue_fix_versions_metadata Get metadata about fix versions on a Jira issue
- get_issue_affected_versions_metadata Get metadata about affected versions on a Jira issue
- get_issue_custom_fields_metadata Get metadata about custom fields on a Jira issue
- get_issue_remote_links_metadata Get metadata about remote links on a Jira issue
- get_issue_subtasks_metadata Get metadata about subtasks on a Jira issue
- get_issue_epic_metadata Get metadata about the epic on a Jira issue
- get_issue_sprint_metadata Get metadata about the sprint on a Jira issue
- get_issue_rank_metadata Get metadata about the rank of a Jira issue
- get_issue_time_tracking_metadata Get metadata about time tracking on a Jira issue
Environment variables
YOUR_PROJECT_KEYYOUR_OTHER_PROJECT_KEYJIRA_API_TOKEN
Links
★ 11 GitHub stars