MCP Servers / productivity / Jira

Jira

JSON →
httpnone6productivity

An MCP server for interacting with Jira's REST API to manage projects, issues, and users.

Install
How to run this server
[ { "cmd": "pip install uv", "imports": [] } ]
server path: jira-6
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envJIRA_SERVER_URL
envJIRA_TOKEN
Resources
Jira — MCP Server · libregistry