Integrations
Allows searching and reading Jira issues through the jira_get_issue tool, which retrieves details of specific Jira issues from Jira Cloud instances
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
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 install
- Run
npm run build
Copy
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
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP to Connect JIRA by NodeJs
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityModel Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.Last updated -271,323PythonMIT License
- JavaScript
- -securityAlicense-qualityMCP server to provide Jira Tickets information to AI coding agents like CursorLast updated -1274TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.Last updated -Python