Jira MCP Server
@brianstone
关于 Jira MCP Server
Jira MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jira-mcp-server": {
"command": "node",
"args": [
"path-to-repo/jira-mcp-server/build/index.js"
],
"env": {
"JIRA_PROJECT_URL": "https://project-url.atlassian.net/rest/api/3",
"JIRA_USER_EMAIL": "[email protected]",
"JIRA_API_KEY": "yourAPIkey",
"JIRA_PROJECT_KEY": "ABC"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jira MCP Server?
An MCP server that communicates with Jira via its REST API, allowing AI assistants and MCP clients to interact with Jira issues programmatically. It is tested with Jira Cloud endpoints (/rest/api/3) and may also work with Jira Data Center (/rest/api/2).
How to use Jira MCP Server?
Clone the repository, run npm install and npm run build, then add the server to your MCP client configuration. Set the required environment variables: JIRA_PROJECT_URL, JIRA_USER_EMAIL, JIRA_API_KEY, and JIRA_PROJECT_KEY.
Key features of Jira MCP Server
- Get Issue By Key
- Search Issues
- Create Issue
- Assign and Unassign Issues
- Edit and Transition Issues
- Archive Issues
Use cases of Jira MCP Server
- Manage Jira issues from an AI chat interface.
- Automate issue creation and assignment workflows.
- Search and update issues without leaving your MCP client.
- Integrate Jira operations into larger automated pipelines.
FAQ from Jira MCP Server
What Jira API versions are supported?
Cloud REST endpoints (/rest/api/3) are tested; Data Center (/rest/api/2) may work but is not confirmed.
What environment variables are required?
JIRA_PROJECT_URL, JIRA_USER_EMAIL, JIRA_API_KEY, and JIRA_PROJECT_KEY must be set in the MCP client configuration.
How do I run the server?
Clone the repo, run npm install and npm run build, then point your MCP client to the built index.js with the required environment variables.
Is this server production-ready?
No, it is a work in progress as indicated in the README.
How can I report issues or contribute?
Open an issue in the server's repository if you encounter problems.
版本控制 分类下的更多 MCP 服务器
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.

Github
modelcontextprotocolModel Context Protocol Servers
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Code Review Server
crazyrabbitLTCA MCP server for code reviews
评论