mcp-jira
Provides tools for managing Jira issues assigned to the authenticated user, including listing, searching, reading details, ranking duplicate issues, previewing updates, and applying updates such as changing summaries, descriptions, labels, adding comments, and transitioning issues with explicit confirmation.
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., "@mcp-jiralist my open Jira issues assigned to me"
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.
mcp-jira
A local Model Context Protocol server for safely working with personal Jira Cloud issues through Atlassian CLI (acli). It reuses ACLI's existing OAuth session and does not store Jira credentials.
Capabilities
List and search issues assigned to the authenticated user.
Read compact details for issues assigned to the authenticated user.
Rank possible duplicates among assigned issues without modifying Jira.
Preview updates before applying them.
Update summaries, descriptions, and labels; add comments; and transition issues only when they remain assigned to the authenticated ACLI user.
Require
confirmed: trueon every mutation tool.
This server deliberately does not create issues, link duplicates, or close duplicate issues in its initial version.
Related MCP server: Jira MCP Server
Requirements
Node.js 20 or newer.
Atlassian CLI (
acli) authenticated to Jira Cloud.
Setup
npm install
npm run buildVerify ACLI authentication:
C:\Tools\atlassian\acli.exe jira auth statusSet ACLI_PATH only when acli is not available on PATH.
Run the server over stdio:
node dist/src/index.jsOpenCode Configuration
Add a local MCP entry to ~/.config/opencode/opencode.json or a project opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jira": {
"type": "local",
"command": [
"node",
"C:\\Users\\BEB283\\source\\repos\\mcp-jira\\dist\\src\\index.js"
],
"enabled": true,
"environment": {
"ACLI_PATH": "C:\\Tools\\atlassian\\acli.exe"
}
}
}
}Configure OpenCode permissions so jira_update_issue, jira_add_comment, and jira_transition_issue require approval. The server also requires literal confirmed: true and re-checks assignment immediately before each mutation.
ACLI currently transitions by target status name and does not expose a command for listing available transitions. It also does not expose direct edit flags for priority or due date, so those fields are read-only in this MCP version.
Restart OpenCode after changing its configuration.
Development
npm test
npm run check
npm run buildThis 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
- Alicense-qualityCmaintenanceMCP server for interacting with Jira Cloud instances. Enables issue management, JQL queries, project and sprint management, and batch operations via natural language interfaces.2724MIT
- Flicense-qualityDmaintenanceA local MCP server for managing Jira issues, enabling creation, update, deletion, search, and commenting on issues via natural language.
- Alicense-qualityDmaintenanceA local-only MCP server providing safe, typed Jira tools for AI agents via Atlassian ACLI, enabling search, get issue, add comment, and transition issues with policy guardrails.MIT
- AlicenseAqualityFmaintenanceA local MCP server for Jira Cloud-driven development. Connects MCP clients to Jira for searching issues, reading tasks, parsing attachments, and mapping projects to local repos.1065MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
An MCP server that let you interact with Cycloid.io Internal Development Portal and 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/sweco-beb283/personal-jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server