Model Context Protocol (MCP) server for Jira. This integration supports updating Jira dashboards.
Ask your AI assistant to:
- 📝 Create Jira Tickets - Create Jira tickets right from cursor
- 📄 Get project info - Fetch project info
First, generate the necessary authentication tokens for Jira:
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token, name it
- Copy the token
- Clone this repo.
- Install
uv
.
MCP Jira can work with your favorite IDE.
Example: Cursor Configuration
{
"mcpServers": {
"jira": {
"command": "uv",
"args": [
"--directory",
"/Users/PATH/TO/jira/server",
"run",
"jira.py"
],
"env": {
"JIRA_API_TOKEN": "XXXX",
"JIRA_BASE_URL": "XXXX",
"JIRA_USER_EMAIL": "XXXX",
"JIRA_USER_ID": "XXXX"
}
},
}
}
This is not an official Atlassian product.