MCP.so
登录

Jira communication server MCP Server

@Raghvendra2420

关于 Jira communication server MCP Server

暂无概览

基本信息

分类

版本控制

许可证

MIT license

运行时

node

传输方式

stdio

发布者

Raghvendra2420

配置

使用下面的配置,将此服务器添加到你的 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 MCP Server?

This is a TypeScript-based MCP server that provides tools to interact with Jira. It allows users to execute JQL queries, create, edit, and delete tickets, list projects and statuses, assign tickets, and add attachments. It is designed for developers using MCP clients such as Claude Desktop.

How to use Jira communication server MCP Server?

Install dependencies with npm install, build with npm run build, then configure the server by adding it to the Claude Desktop config file (claude_desktop_config.json) with the required environment variables (JIRA_URL, JIRA_API_MAIL, JIRA_API_KEY). After configuration, the MCP client can invoke the provided Jira tools.

Key features of Jira communication server MCP Server

  • Execute arbitrary JQL queries
  • Create, edit, and delete Jira tickets
  • List Jira projects and statuses
  • Assign tickets to users
  • Find assignable users in a project
  • Add attachments to tickets

Use cases of Jira communication server MCP Server

  • Automatically create and update tickets from a conversational assistant
  • Query Jira issues using natural language via an MCP client
  • Manage project statuses and ticket assignments programmatically
  • Integrate Jira operations into any MCP‑powered application

FAQ from Jira communication server MCP Server

What environment variables are required?

You must set JIRA_URL (your Atlassian instance URL), JIRA_API_MAIL (your email), and JIRA_API_KEY (an API token from Atlassian).

How do I install and configure the server?

Run npm install and npm run build, then add the server configuration to your Claude Desktop config file, providing the path to build/index.js and the three environment variables.

Can I debug the server?

Yes, use the MCP Inspector by running npm run inspector to obtain a debugging URL.

What tools does the server expose?

Tools include execute_jql, create_ticket, edit_ticket, delete_ticket, list_projects, get_all_statuses, assign_ticket, query_assignable, add_attachment, and get_only_ticket_name_and_description.

What runtime is required?

Node.js and npm are needed to install and run the TypeScript‑based server.

评论

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