MCP Servers / productivity / Jira

Jira

JSON →
httpnone7productivity

Integrate with Jira's REST API to manage projects, track issues, and perform analytics.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: jira
Tools
What this server exposes
create_issue
Creates new Jira issues with comprehensive field support including summary, description, type, epic_link, priority, story_points, labels, sprint, and projectKey. Auto-detects story points fields and supports sprint assignment.
list_issues
Lists project issues with filtering and sorting options including status, epic_key, sortField, sortOrder, and projectKey. Features visual separators, sprint information display, and rank-based sorting.
update_issue
Updates existing issues with full field support including time tracking, issue ranking, sprint management, epic linking, intelligent assignee resolution, and dynamic component field handling.
get_issue
Retrieves detailed issue information including complete issue metadata, comments, and relationships.
delete_issue
Safely removes issues from projects.
add_comment
Adds comments to existing issues.
get_transitions
Get available workflow transitions for an issue, listing available transitions, required fields, and transition IDs.
transition_issue
Perform workflow transitions on issues (e.g., move to 'In Progress', 'Done') with support for transition by name or ID, automatic resolution setting, and comment addition.
list_custom_fields
Discover available custom fields for configuration with field discovery, configuration examples, and type classification.
list_instances
Lists available Jira instances and their configurations with instance discovery, project mappings, configuration guidance, and setup validation.
create_component
Creates feature-based project components with name, description, leadAccountId, and assigneeType parameters. Supports lead assignment and automatic issue routing.
list_components
Lists all project components with details including component categorization, lead information, and usage statistics.
get_component_progress
Comprehensive component progress tracking and analysis.
Configuration
Environment & auth
authnone
envYOUR_PROJECT_KEY
envJIRA_API_TOKEN
envJIRA_MCP_KEY
Resources
Jira — MCP Server · libregistry