nguyenvanduocit

Jira MCP

Community nguyenvanduocit
Updated

A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.

Jira MCP

A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations.

Features

  • Get issue details
  • Search issues with JQL
  • List and manage sprints
  • Create and update issues
  • List available statuses
  • Transition issues through workflows

Installation

There are several ways to install the Script Tool:

Option 1: Download from GitHub Releases

  1. Visit the GitHub Releases page
  2. Download the binary for your platform:
    • jira-mcp_linux_amd64` for Linux
    • jira-mcp_darwin_amd64 for macOS
    • jira-mcp_windows_amd64.exe for Windows
  3. Make the binary executable (Linux/macOS):
    chmod +x jira-mcp_*
    
  4. Move it to your PATH (Linux/macOS):
    sudo mv jira-mcp_* /usr/local/bin/jira-mcp
    

Option 2: Go install

go install github.com/nguyenvanduocit/jira-mcp

Config

Environment

  1. Set up environment variables in .env file:
    ATLASSIAN_HOST=your_atlassian_host
    ATLASSIAN_EMAIL=your_email
    ATLASSIAN_TOKEN=your_token
    
  2. Build and run the tool

Claude, cursor

{
  "mcpServers": {
    "jira": {
      "command": "/path-to/jira-mcp",
      "args": ["-env", "path-to-env-file"]
    }
  }
}

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

MCP Server ยท Populars

MCP Server ยท New

    nteract

    semiotic

    A data visualization for AI and Streaming

    Community nteract
    rixinhahaha

    Snip

    A macOS menu-bar screenshot tool with annotation, AI-powered organization, and semantic search. Built with Electron and Ollama. Featured on Product Hunt: https://www.producthunt.com/products/snip-ai-powered-macos-screenshot-tool

    Community rixinhahaha
    blitzdotdev

    Blitz

    Blitz mac app

    Community blitzdotdev
    mozilla

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community mozilla
    lyonzin

    Knowledge RAG

    Local RAG System for Claude Code โ€” Hybrid search + Cross-encoder Reranking + Markdown-aware Chunking + 12 MCP Tools. No external servers, pure ONNX in-process.

    Community lyonzin