MCP.so
登录

Jira MCP Server

@MCP-Mirror

关于 Jira MCP Server

Mirror of

基本信息

分类

版本控制

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Jira MCP Server?

Jira MCP Server is a bridge that lets you interact with Jira using natural language through the Model Context Protocol (MCP). It is built for teams using Claude Desktop to manage project tasks such as issue creation, updates, and workflow automation.

How to use Jira MCP Server?

Install the server by cloning the repository, installing dependencies, and building with npm. Set the required environment variables (JIRA_HOST, JIRA_EMAIL, JIRA_API_TOKEN) in a .env file. Then add the server to your Claude Desktop configuration file to start using it.

Key features of Jira MCP Server

  • Natural language Jira interaction via Claude Desktop
  • Project creation and configuration
  • Issue and subtask management with JQL filtering
  • Issue linking and dependency tracking
  • Automated issue workflows
  • Field formatting with markdown support

Use cases of Jira MCP Server

  • Delegate project management tasks to an AI assistant
  • Automatically assign issues based on team expertise
  • Create and update issues and subtasks via chat
  • Track issue dependencies and linked items

FAQ from Jira MCP Server

What authentication is required?

You need a Jira API token created from https://id.atlassian.com/manage-profile/security/api-tokens, along with your Jira host and email.

What runtime dependencies does the server need?

Node.js and npm are required to build and run the server. The server communicates with your Jira instance via its REST API.

Where does data get stored?

The server does not store data locally; all issue and project information remains in your Jira instance.

Are there any known limits or errors?

The server provides detailed error messages for invalid issue keys, missing fields, permission issues, and Jira API rate limits.

How does the server communicate with Claude Desktop?

It is configured as an MCP server in the Claude Desktop configuration file, using the npm start command.

评论

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