MCP Servers / productivity / Jira MCP Server

Jira MCP Server

JSON →
stdionone★ 8productivity

An MCP server for accessing JIRA issue data stored in Snowflake.

Install
How to run this server
[ { "cmd": "pip install uv", "imports": [] } ]
server path: jira-mcp-server
Tools
What this server exposes
list_jira_issues
Query JIRA issues with optional filtering by project, issue keys, type, status, priority, text, components, versions, dates, and timeframe. Returns issue information including summary, description, status, priority, timestamps, metadata, labels, links, and versions.
get_jira_issue_details
Retrieve comprehensive information for multiple JIRA issues by their keys, including basic info, timestamps, time tracking, metadata, labels, comments, issue links, status change history, and versions. Returns found issues, not found keys, and counts.
get_jira_project_summary
Generate statistics across all projects including total issue counts, status distribution, priority distribution, and overall statistics.
get_jira_issue_links
Get issue links for a specific JIRA issue by its key, including link direction, link type, and linked issue details. Returns issue key, ID, list of links, and total count.
get_jira_issues_by_sprint
Get all JIRA issues in a specific sprint by sprint name, with optional project filtering and result limiting. Returns standard issue fields, sprint ID and name, labels, links, and versions.
Configuration
Environment & auth
authnone
envSNOWFLAKE_TOKEN
envSNOWFLAKE_BASE_URL
envSNOWFLAKE_OAUTH_CLIENT_ID
envSNOWFLAKE_OAUTH_CLIENT_SECRET
envSNOWFLAKE_OAUTH_TOKEN_URL
envMETRICS_PORT
envRSA_PUBLIC_KEY
Resources
Jira MCP Server — MCP Server · libregistry