MCP.so
登录

Jira MCP Server

@fkesheh

关于 Jira MCP Server

An MCP server compatible with Jira V2 and V3 api and custom fields

基本信息

分类

版本控制

许可证

MIT

运行时

node

传输方式

stdio

发布者

fkesheh

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Jira MCP Server?

Jira MCP Server is an enhanced Model Context Protocol (MCP) server that enables AI assistants like Claude to interact directly with a Jira instance for project management tasks. It is intended for users of Claude Desktop or other MCP-compatible AI assistants.

How to use Jira MCP Server?

Install by cloning the repository, installing dependencies with npm install, and setting environment variables (JIRA_HOST, JIRA_EMAIL, JIRA_API_TOKEN) in a .env file. Build with npm run build, start with npm start. Then add the server to Claude Desktop’s configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS) with the appropriate command and environment variables.

Key features of Jira MCP Server

  • Full Jira API integration for comprehensive access
  • Enhanced Markdown to Atlassian Document Format conversion
  • Input validation using Zod schemas
  • Improved error handling with detailed messages
  • Custom Jira field configuration support
  • Advanced workflow and status transition management
  • Bulk issue operations (updates, deletions)
  • Granular label and component management (add, remove, replace)
  • Configurable logging via LOG_LEVEL environment variable

Use cases of Jira MCP Server

  • Retrieve project information and list issue types
  • Create and update issues and subtasks with custom fields
  • Manage issue workflows with status transitions
  • Add comments with formatting and visibility restrictions
  • Perform bulk updates, deletions, and label/component modifications
  • Link issues and manage dependencies

FAQ from Jira MCP Server

What are the prerequisites to use Jira MCP Server?

Node.js 18 or higher, a Jira Cloud or Server instance, and a Jira API token (for Cloud) or username/password (for Server). Claude Desktop or another MCP-compatible AI assistant is also required.

How do I configure custom Jira fields?

Add custom field IDs (e.g., customfield_10001) to the JIRA_CUSTOM_FIELDS environment variable, then use the customFields parameter in requests with appropriate value formats (text, select, user, multi-select, date).

Where is the Claude Desktop configuration file located?

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. Windows: %APPDATA%/Claude/claude_desktop_config.json. Linux: ~/.config/Claude/claude_desktop_config.json.

What logging levels are available?

LOG_LEVEL can be set to debug, info, warn, or error. Default is info.

How does error handling work?

The server provides detailed error messages for invalid parameters,

评论

版本控制 分类下的更多 MCP 服务器