MCP.so
登录

Jira communication server MCP Server

@MCP-Mirror

关于 Jira communication server MCP Server

Mirror of

基本信息

分类

版本控制

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Jira communication server": {
      "command": "node",
      "args": [
        "/PATH_TO_THE_PROJECT/build/index.js"
      ],
      "env": {
        "JIRA_URL": "",
        "JIRA_API_MAIL": "",
        "JIRA_API_KEY": ""
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Jira communication server?

Jira communication server is a TypeScript-based MCP server that provides tools to interact with Jira. It enables you to execute JQL queries, create, edit, and delete tickets, list projects and statuses, and manage assignments and attachments.

How to use Jira communication server?

Install dependencies with npm install, build with npm run build, then add the server configuration to Claude Desktop’s claude_desktop_config.json under the mcpServers key. Configure the command as node with the path to the built index.js, and set environment variables JIRA_URL, JIRA_API_MAIL, and JIRA_API_KEY.

Key features of Jira communication server

  • Execute arbitrary JQL queries.
  • Fetch only ticket name and description.
  • Create, edit, and delete Jira tickets.
  • List all Jira projects and statuses.
  • Assign tickets and find assignable users.
  • Add attachments to tickets by image URL.

Use cases of Jira communication server

  • Automate ticket creation and updates from AI-driven workflows.
  • Run JQL queries to retrieve issue data for reporting or analysis.
  • Manage ticket assignments and identify available users in a project.
  • Bulk modify ticket fields like summary, description, labels, or parent.
  • Fetch a minimal view of issues (name and description) for quick overview.

FAQ from Jira communication server

What does Jira communication server do?

It provides tools to talk to Jira, including running JQL queries, managing tickets, listing projects and statuses, assigning tickets, and adding attachments.

How do I install and configure Jira communication server?

Run npm install and npm run build, then add a JSON configuration entry to Claude Desktop’s config file with the path to the built server and environment variables for your Jira URL, email, and API token.

What dependencies or runtime are required?

Node.js and npm are required. The server is written in TypeScript and built with npm run build.

Where is my Jira data stored?

Your Jira data remains in your Jira Cloud instance, accessed via the URL specified in the JIRA_URL environment variable.

How does Jira communication server authenticate with Jira?

Authentication uses a Jira API token (created at Atlassian’s API tokens page) and your email, both provided as environment variables in the server configuration.

评论

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