jira-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-mcpcreate a story for adding user authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jira-mcp
MCP server for Jira Cloud — tailored for ALM projects with Zephyr Scale integration.
Built on the Model Context Protocol SDK (TypeScript). Runs as a local stdio process used by Claude Code.
Setup
cp .env.dist .env
# Fill in your values in .env
npm install
npm run buildThen register in your Claude config (~/.claude/claude_desktop_config.json or equivalent):
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/path/to/jira-mcp/build/index.js"]
}
}
}Related MCP server: mcp-zephyr-scale
Configuration
See .env.dist for all available variables.
Variable | Required | Description |
| ✅ | e.g. |
| ✅ | Your Atlassian email |
| ✅ | API token from id.atlassian.com |
| ✅ | e.g. |
| — | Required for test step tools |
| — | Auto-create Test ticket when a Story has points (default: |
Custom field IDs (story points, acceptance criteria, epic link, etc.) are configurable via env — see .env.dist.
Tools
Issues
Tool | Description |
| Create a ticket (Bug, Story, Task, Test) with full field support |
| Get ticket details |
| Update any field: summary, description, labels, priority, assignee, sprint… |
| Search by issue type with optional JQL criteria |
| Free JQL search |
| Move a ticket through its workflow (with optional comment) |
| Assign or unassign a ticket |
| Full changelog of a ticket |
| Linked issues (blocks, is blocked by, relates to…) |
| PRs, branches and commits linked via GitHub integration |
Comments & Time
Tool | Description |
| Add a comment (Markdown → ADF) |
| List comments on a ticket |
| Log time spent ( |
Watchers
Tool | Description |
| Add a watcher by account ID |
| Remove a watcher by account ID |
Links
Tool | Description |
| Create a link between two tickets |
Sprints
Tool | Description |
| List sprints for a board ( |
Zephyr Scale (test steps)
Tool | Description |
| Get test steps from a Test ticket |
| Add test steps to a Test ticket |
Markdown support
Descriptions and comments accept Markdown — converted to Atlassian Document Format (ADF) automatically:
## Heading/### Sub-heading- bullet list`inline code`**bold**
Development
npm run build # Compile TypeScript → build/Restart Claude (or /mcp) to pick up a new build.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceAn MCP server for Zephyr Scale test management supporting Jira Cloud and Data Center. It enables creating, reading, and managing test cases and test runs via the Atlassian REST API with official API-compliant schemas.Last updated161635MIT
- Alicense-qualityFmaintenanceMCP server for Zephyr Scale test management tool, enabling test case, test plan, test cycle, and test execution management.Last updated562MIT
- Alicense-qualityAmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.Last updated2404MIT
- Alicense-qualityDmaintenanceMCP server for Zephyr Scale test management enabling test case, test run, folder, and assignment operations via natural language.Last updated2MIT
Related MCP Connectors
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nayzo/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server