MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2026 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Jira MCP
Jira MCP Logo

Jira MCP

Model Context Protocol Integration

Overview

Integrates with Jira's API to enable issue retrieval and project management tasks.

Jira

Integrates with Jira's API to enable issue retrieval and project management tasks.

Installation Instructions


README: https://github.com/vurtnec/mcp-jira

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

  1. Get API tokens from: https://id.atlassian.com/manage-profile/security/api-tokens

  2. Add to your claude_desktop_config.json:

  3. Git clone this repo and run npm install

  4. Run 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.

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.