MCP.so
登录

JIRA MCP Server

@boukeversteegh

关于 JIRA MCP Server

暂无概览

基本信息

分类

版本控制

运行时

node

传输方式

stdio

发布者

boukeversteegh

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is JIRA MCP Server?

The JIRA MCP Server is a Model Context Protocol (MCP) server that provides tools for interacting with JIRA, such as fetching tickets from active sprints and getting detailed ticket information. It is designed for developers using Claude or Cline with MCP.

How to use JIRA MCP Server?

Install dependencies with npm install, optionally build the TypeScript code with npm run build, then configure the MCP settings file with the server command and environment variables JIRA_HOST, JIRA_EMAIL, and JIRA_API_TOKEN. Once configured, invoke the tools through the MCP interface in Claude or Cline by providing the required parameters.

Key features of JIRA MCP Server?

  • List tickets in the active sprint for a project
  • Get detailed information about a specific ticket
  • Add a comment to a ticket
  • Link two tickets with a 'relates to' relationship
  • Update the description of a ticket
  • List child issues of a parent ticket
  • Create a sub-ticket (child issue) for a parent ticket

Use cases of JIRA MCP Server?

  • Retrieve sprint backlog items directly from a chat interface
  • Add comments or update ticket descriptions without leaving the conversation
  • Link related issues to track dependencies between tasks
  • Create sub-tasks for a parent ticket during planning
  • Inspect child issues of a parent ticket to understand work breakdown

FAQ from JIRA MCP Server

What environment variables are required to run the server?

The server requires JIRA_HOST (your Atlassian domain URL), JIRA_EMAIL (your JIRA account email), and JIRA_API_TOKEN (an API token generated from Atlassian Account Settings).

How do I generate a JIRA API token?

You can generate an API token from your Atlassian Account Settings at https://id.atlassian.com/manage-profile/security/api-tokens.

Where is the MCP settings file located?

On macOS it is at ~/Library/Application Support/Claude/claude_desktop_config.json for Claude, and on Windows at `%APPDATA%/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json

评论

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