Jira MCP Server
@brianstone
About Jira MCP Server
Jira MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Version Control MCP servers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
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.
Comments