Jira
Allows searching and reading Jira issues through the jira_get_issue tool, which retrieves details of specific Jira issues from Jira Cloud instances
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., "@Jiraget details for issue PROJ-456"
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
Model Context Protocol (MCP) server for Jira Cloud products. This integration is designed specifically for Jira Cloud instances and does not support Jira Server or Data Center deployments.
Features
Search and read Jira issues
Related MCP server: Work Integrations MCP
API
Tools
Jira Tools
jira_get_issue
Get details of a specific Jira issue
Inputs:
issue_key(string): Jira issue key (e.g., 'PROJ-123')expand(string, optional): Fields to expand
Usage with Claude Desktop
Get API tokens from: https://id.atlassian.com/manage-profile/security/api-tokens
Add to your
claude_desktop_config.json:Git clone this repo and run
npm installRun
npm run build
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"/your/project/path/mcp-jira",
"--jira-url",
"https://your-domain.atlassian.net",
"--jira-username",
"your.email@domain.com",
"--jira-api-token",
"your_api_token"
]
}
}
}Replace /your/project/path/mcp-jira with the actual path where you've cloned the repository.
License
Licensed under MIT - see LICENSE file. This is not an official Atlassian product.
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
- AlicenseAqualityCmaintenanceAn MCP server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It enables users to perform CRUD operations on issues, search with JQL, manage comments, and list projects through the Jira REST API.1239110MIT
- Alicense-qualityDmaintenanceAn MCP server that enables interaction with Jira to fetch issues by key and perform JQL searches. It provides a foundation for integrating multiple work systems, with planned support for Slack and GitHub.616MIT
- Alicense-qualityDmaintenanceMCP server for querying resolved Jira tickets across multiple Atlassian Cloud sites, enabling executive summarization of development activity.MIT
- Flicense-qualityDmaintenanceMCP server for JIRA Cloud REST API v3, enabling issue search, creation, updates, comments, and transitions.
Related MCP Connectors
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth)
A MCP server built for developers enabling Git based project management with project and personal…
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/vurtnec/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server