Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Jira Data Center

БесплатноНе проверен

A Model Context Protocol (MCP) server that connects AI assistants to Jira Server/Data Center, enabling issue management, JQL search, sprint tracking, and natura

GitHubEmbed

Описание

A Model Context Protocol (MCP) server that connects AI assistants to Jira Server/Data Center, enabling issue management, JQL search, sprint tracking, and natural language interaction with Jira.

README

A Model Context Protocol (MCP) server that connects AI assistants to Jira Server/Data Center. Create and manage issues, search with JQL, track sprints, and interact with your Jira instance through natural language in Claude and other AI assistants.

[!IMPORTANT] This is an archival recovery of the original [email protected] npm distribution by Evrim Alacan. It is not the original source repository and is not affiliated with the original author. The published JavaScript, type declarations, and source maps are preserved; the unpublished TypeScript source, tests, and Git history are not available. See PROVENANCE.md.

Quick Start

Run Directly from GitHub

npx --yes \
  --package='github:Yiivgeny/mcp-jira-data-center#v1.0.6' \
  mcp-jira-data-center

Install it as a dependency:

npm install 'github:Yiivgeny/mcp-jira-data-center#v1.0.6'

For the exact original npm tarball, use the asset attached to the v1.0.6 GitHub Release.

Get Your Jira Server Credentials

  1. Log into your Jira Server instance
  2. Go to Profile > Personal Access Tokens
  3. Click Create token
  4. Give it a name and copy the generated token
  5. Note your Jira Server URL (e.g., https://jira.yourcompany.com)

Configuration

Claude Code

Add the server using the Claude Code CLI:

claude mcp add -s user \
    jira-server \
    npx --yes --package='github:Yiivgeny/mcp-jira-data-center#v1.0.6' mcp-jira-data-center \
    -e "JIRA_URL=https://jira.yourcompany.com" \
    -e "JIRA_TOKEN=your_personal_access_token"

Manual Configuration (Any MCP Client)

Add this configuration to your MCP client's configuration file:

{
  "mcpServers": {
    "jira-server": {
      "command": "npx",
      "args": [
        "--yes",
        "--package=github:Yiivgeny/mcp-jira-data-center#v1.0.6",
        "mcp-jira-data-center"
      ],
      "type": "stdio",
      "env": {
        "JIRA_URL": "https://jira.yourcompany.com",
        "JIRA_TOKEN": "your_personal_access_token"
      }
    }
  }
}

Available Tools

The server provides 29 MCP tools for Jira Server operations:

Issues (15 tools)

  • get_issue - Get issue details by key or ID
  • search_issues - Search issues with JQL
  • create_issue - Create a new issue
  • update_issue - Update issue fields (single JSON fields param)
  • delete_issue - Delete an issue
  • add_comment - Add a comment to an issue
  • edit_comment - Edit an existing comment
  • transition_issue - Transition an issue to a new status
  • get_transitions - Get available transitions for an issue
  • link_to_epic - Link an issue to an epic
  • get_worklog - Get worklogs for an issue
  • add_worklog - Add a worklog entry
  • download_attachments - Download all attachments from an issue
  • batch_get_changelogs - Get changelogs for multiple issues
  • batch_create_issues - Create multiple issues at once

Projects (2 tools)

  • get_all_projects - List all accessible projects
  • get_project_versions - Get versions for a project

Agile (6 tools)

  • get_agile_boards - List agile boards
  • get_board_issues - Get issues on a board
  • get_sprints_from_board - List sprints for a board
  • get_sprint_issues - Get issues in a sprint
  • create_sprint - Create a new sprint
  • update_sprint - Update sprint details

Fields (2 tools)

  • search_fields - Search for field definitions
  • get_field_options - Get allowed values for a field

Links (3 tools)

  • get_link_types - List available issue link types
  • create_issue_link - Link two issues together
  • remove_issue_link - Remove a link between issues

Users (1 tool)

  • get_user_profile - Get user profile by username

Example Queries

  • "Show me all open bugs in the PROJ project"
  • "Create a bug report for the login page issue"
  • "What are the active sprints on the main board?"
  • "Transition PROJ-123 to In Progress"
  • "Add a comment to PROJ-456 with the investigation results"
  • "Download all attachments from PROJ-789"
  • "Link PROJ-100 to epic PROJ-50"

Archive Contents

This repository contains the installable compiled distribution: readable ESM JavaScript, TypeScript declarations, and source maps under dist/. It can be installed and run as a package without rebuilding. It does not contain the original TypeScript source tree or development configuration.

Troubleshooting

Common Issues

"Authentication failed"

  • Verify your Personal Access Token is correct
  • Ensure the token has not expired

"Access forbidden"

  • Check your Jira user has permission for the resource
  • Verify project-level permissions

"Resource not found"

  • Confirm the issue key, project key, or ID is correct
  • Check you have access to the specified resource

Documentation

License

MIT License - see LICENSE. Original package author: Evrim Alacan.

from github.com/Yiivgeny/mcp-jira-data-center

Установка Jira Data Center

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Yiivgeny/mcp-jira-data-center

FAQ

Jira Data Center MCP бесплатный?

Да, Jira Data Center MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Jira Data Center?

Нет, Jira Data Center работает без API-ключей и переменных окружения.

Jira Data Center — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Jira Data Center в Claude Desktop, Claude Code или Cursor?

Открой Jira Data Center на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Notion

Read and write pages in your workspace

Notionавтор: Notion

Linear

Issues, cycles, triage — from Claude

Linearавтор: Linear
Pro

Google Drive

Search and read your Drive files

Googleавтор: Google

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

mindsdbавтор: mindsdb

fulcradynamics/fulcra-context-mcp

MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li

fulcradynamicsавтор: fulcradynamics

aymericzip/intlayer

A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.

aymericzipавтор: aymericzip

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

rinadelphавтор: rinadelph

WhenLabs-org/when

Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod

WhenLabs-orgавтор: WhenLabs-org

Beltran12138/wecom-docs-mcp-server

WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server

Beltran12138автор: Beltran12138

madbonez/caldav-mcp

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),

madbonezавтор: madbonez

Compare Jira Data Center with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity