An opinionated Jira MCP server built from years of real-world software development experience. Unlike generic Jira integrations, this MCP is crafted from the daily workflows of engineers and automation QC teams. You'll find sophisticated tools designed for actual development needs—like retrieving all pull requests linked to an issue, managing complex sprint transitions, or tracking development inf
Add this skill
npx mdskills install nguyenvanduocit/jira-mcpComprehensive Jira integration with 20+ well-documented tools covering real development workflows
An opinionated Jira MCP server built from years of real-world software development experience.
Unlike generic Jira integrations, this MCP is crafted from the daily workflows of engineers and automation QC teams. You'll find sophisticated tools designed for actual development needs—like retrieving all pull requests linked to an issue, managing complex sprint transitions, or tracking development information across your entire workflow.
This isn't just another API wrapper. It's a reflection of how professionals actually use Jira: managing sprints, tracking development work, coordinating releases, and maintaining visibility across teams. Every tool is designed to solve real problems that arise in modern software development.
Copy this prompt to your AI assistant:
Install the Jira MCP server (https://github.com/nguyenvanduocit/jira-mcp) for my Claude Desktop or Cursor IDE. Read the MCP documentation carefully and guide me through the installation step by step.
If your AI assistant cannot help with this installation, it indicates either a misconfiguration or an ineffective AI tool. A capable AI assistant should be able to guide you through MCP installation.
MIT — see LICENSE.
THIS SECTION IS FOR AI ONLY
When working with this codebase, read these files to understand the project structure:
Key concepts:
github.com/ctreminiom/go-atlassian client library.specify/memory/constitution.mdBefore making changes, review:
Create one at https://id.atlassian.com/manage-profile/security/api-tokens.
Use Docker or a local binary (STDIO; no ports needed).
{
"mcpServers": {
"jira": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "ATLASSIAN_HOST=https://your-company.atlassian.net",
"-e", "ATLASSIAN_EMAIL=your-email@company.com",
"-e", "ATLASSIAN_TOKEN=your-api-token",
"ghcr.io/nguyenvanduocit/jira-mcp:latest"
]
}
}
}
{
"mcpServers": {
"jira": {
"command": "/usr/local/bin/jira-mcp",
"env": {
"ATLASSIAN_HOST": "https://your-company.atlassian.net",
"ATLASSIAN_EMAIL": "your-email@company.com",
"ATLASSIAN_TOKEN": "your-api-token"
}
}
}
}
https://your-company.atlassian.netOptional .env (if running locally):
ATLASSIAN_HOST=https://your-company.atlassian.net
ATLASSIAN_EMAIL=your-email@company.com
ATLASSIAN_TOKEN=your-api-token
HTTP mode (optional, for debugging):
jira-mcp -env .env -http_port 3000
Cursor config (HTTP mode):
{ "mcpServers": { "jira": { "url": "http://localhost:3000/mcp" } } }
Install via CLI
npx mdskills install nguyenvanduocit/jira-mcpJira MCP is a free, open-source AI agent skill. An opinionated Jira MCP server built from years of real-world software development experience. Unlike generic Jira integrations, this MCP is crafted from the daily workflows of engineers and automation QC teams. You'll find sophisticated tools designed for actual development needs—like retrieving all pull requests linked to an issue, managing complex sprint transitions, or tracking development inf
Install Jira MCP with a single command:
npx mdskills install nguyenvanduocit/jira-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Jira MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.