MCP Jira Integration
@Warzuponus
About MCP Jira Integration
JIRA integration server for Model Context Protocol (MCP) - enables LLMs to interact with JIRA tasks and workflows
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-jira-warzuponus": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Jira Integration?
MCP Jira Integration is a Model Context Protocol server that connects LLMs to Jira via the Jira REST API v3. It enables AI assistants to act as project managers and personal assistants for Jira teams by providing tools like issue creation, sprint tracking, and standup generation.
How to use MCP Jira Integration?
Clone the repository, install dependencies in a virtual environment, and configure Jira credentials in a .env file. Run the server with python -m mcp_jira and connect it to any MCP-compatible client (e.g., Claude Desktop) by adding the server entry to the client’s configuration file.
Key features of MCP Jira Integration
- Create Jira issues with proper ADF formatting
- Search issues using JQL with pagination
- Get comprehensive sprint progress reports
- Analyze team member workloads and capacity
- Generate automated daily standup reports
- Automatic retry with exponential backoff on errors
Use cases of MCP Jira Integration
- Create a prioritized bug or task directly from an LLM prompt
- Ask for real-time sprint status with visual metrics
- Review team workload distribution and capacity planning
- Generate daily standup reports with completed and blocked items
- Manage multiple Jira projects by specifying project keys dynamically
FAQ from MCP Jira Integration
What are the requirements to run MCP Jira Integration?
Python 3.8 or higher, a Jira Cloud account with an API token, and an MCP-compatible client like Claude Desktop.
How do I get a Jira API token?
Go to Atlassian Account Settings > Security > API tokens, create a token, and use your email as username with the token as password.
Where do I configure the server for Claude Desktop?
The config file is at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS and %APPDATA%\Claude\claude_desktop_config.json on Windows. Add the server entry with the absolute path to the Python binary inside the project’s .venv folder.
What should I do if I get “No active sprint found”?
Ensure your Jira board has an active sprint and that DEFAULT_BOARD_ID is set correctly in your configuration.
Can I override the default project key per request?
Yes. The PROJECT_KEY and DEFAULT_BOARD_ID values can be overridden dynamically when calling the tools.
Frequently asked questions
What are the requirements to run MCP Jira Integration?
Python 3.8 or higher, a Jira Cloud account with an API token, and an MCP-compatible client like Claude Desktop.
How do I get a Jira API token?
Go to Atlassian Account Settings > Security > API tokens, create a token, and use your email as username with the token as password.
Where do I configure the server for Claude Desktop?
The config file is at `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS and `%APPDATA%\Claude\claude_desktop_config.json` on Windows. Add the server entry with the absolute path to the Python binary inside the project’s `.venv` folder.
What should I do if I get “No active sprint found”?
Ensure your Jira board has an active sprint and that `DEFAULT_BOARD_ID` is set correctly in your configuration.
Can I override the default project key per request?
Yes. The `PROJECT_KEY` and `DEFAULT_BOARD_ID` values can be overridden dynamically when calling the tools.
Basic information
More Version Control MCP servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra

Kin
Troy Fortin, Jr. (Firelock, LLC)The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.

GitLab
modelcontextprotocolModel Context Protocol Servers
Comments