
jira_mcp
为 Jira 提供 Model Context Protocol (MCP) 服务器,支持更新仪表板和管理任务。
Repository Info
About This Server
为 Jira 提供 Model Context Protocol (MCP) 服务器,支持更新仪表板和管理任务。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Jira
Model Context Protocol (MCP) server for Jira. This integration supports updating Jira dashboards.
Example Usage
Ask your AI assistant to:
- 📝 Create Jira Tickets - Create Jira tickets right from cursor
- 📄 Get project info - Fetch project info using key or peject id
- 📄 Get project search option - search project on various inputs
- ✏️ Get Jira Comment - Get Jira comment by providing the issue key
- 💬 Add Jira Comment - Add a new comment to a Jira issue using the issue key and comment content
- 🛠️ Update Jira Fields - Modify fields like summary, status, or priority on a Jira issue using the issue key and field values
Quick Start Guide
1. Authentication Setup
First, generate the necessary authentication tokens for Jira:
For Cloud
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token, name it
- Copy the token
For Self Hosted
- Go to your profile
- Click Create Personal Access token, name it
- Copy the token
After generating token create an .env file and add following keys
JIRA_BASE_URL="" JIRA_USER_EMAIL="" JIRA_API_TOKEN="" JIRA_USER_ID="" JIRA_SESSION_COOKIE=""
2. Installation
- Clone this repo.
- Run
pip install requirements.txt. - Run
python jira.py
IDE Integration
MCP Jira can work with your favorite IDE.
Example: Cursor Configuration
{
"mcpServers": {
"jira": {
"url": "http://127.0.0.1:7777/jira/sse"
}
}
}
Remarks
You are ready to use all the tools available in this mcp server
Quick Start
Clone the repository
git clone https://github.com/bk140999/jira_mcpInstall dependencies
cd jira_mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.