Query Your Jira Sprint Via Claude MCP: Instant Status, Unassigned Issues, and Blocked Items

A post on r/ClaudeAI describes connecting Jira to Claude via the Model Context Protocol (MCP) and then asking natural‑language questions about the current sprint. The user claims the setup answers queries in roughly two seconds — work that previously took ten minutes of clicking through Jira boards.
What queries work
According to the post, the following questions return instant results as formatted tables:
"What's the status breakdown of my sprint?""How many issues are unassigned?""Show me all high priority bugs""Which issues are blocked?"
The post doesn't include the exact MCP server configuration or authentication steps, but the pattern is clear: with MCP, Claude can directly call Jira's REST API (or a read‑only subset) to fetch issue data, then format it as a table in the chat window. This avoids manual board navigation and custom JQL queries.
Who this is for
Tech leads, Scrum Masters, and developers who want to keep their sprint overview in a chat‑based AI assistant rather than switching to Jira's UI multiple times a day.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenMind adds visual mind map interface to OpenClaw installations
OpenMind is an open-source tool that transforms OpenClaw installations into interactive, live-editable mind maps with real-time memory visualization, hot-swappable logic, and full-text search across all nodes.

memv MCP Server: Persistent Structured Memory for AI Agents
memv, an open-source Python memory layer for agents, now ships with an MCP server. It provides five tools for persistent, structured memory with per-user isolation and LLM-optional extraction.

motif MCP gives Claude Code video-watching ability for UI bug reproduction
motif is an MCP server that lets Claude Code watch screen recordings of UI bugs, using Gemini 2.5 Flash frame-by-frame analysis to return visual descriptions, root causes, and diffs. Setup requires a Gemini API key and two lines in mcp.json.

TRELLIS.2 Image-to-3D Ported to Run Natively on Apple Silicon
A developer has ported Microsoft's 4B parameter TRELLIS.2 image-to-3D model to run natively on Apple Silicon via PyTorch MPS, replacing CUDA-specific operations with pure-PyTorch alternatives. The port generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro with 24GB memory.