MCP Jira Stdio
UnclaimedMCP server for Jira integration with stdio transport. Issue management, project tracking, and workflow automation via Model Context Protocol.
Install
npm install -g mcp-jira-stdioUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
jira_add_comment
Add a comment to an issue (optional visibility by group/role).
jira_create_issue
Create a new issue in a project (type, priority, assignee, labels, components).
jira_create_subtask
Create a subtask under a parent issue (auto-detects subtask type).
jira_get_create_meta
Get create metadata for a project showing all available fields (including custom fields) with their allowed values. Essential for discovering required fields before creating issues.
jira_get_custom_fields
List all custom fields in Jira with their types and schemas.
jira_get_issue
Retrieve issue details by key (supports optional fields/expand).
jira_get_issue_types
List issue types (optionally per project).
jira_get_my_issues
Retrieve issues assigned to the current user (sorted by updated).
jira_get_priorities
List available priorities.
jira_get_project_info
Retrieves detailed information about a project (components, versions, roles, insights).
jira_get_statuses
List available statuses (global or project-specific).
jira_get_users
Search for users (by query, username, or accountId).
jira_get_visible_projects
Retrieves all projects visible to the user.
jira_search_issues
Search for Jira issues using JQL with pagination and fields.
jira_update_issue
Update an existing issue (summary, description, priority, assignee, labels, components).