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
Feature Demo

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
2. Installation
- Clone this repo.
- Install
uv.
IDE Integration
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"
}
},
}
}
Remarks
This is not an official Atlassian product.
MCP Jira
Project Details
- TusharShahi/mcp-jira
- Last Updated: 4/27/2025
Recomended MCP Servers
TypeScript project using MCP SDK to capture screen and analyze with vision model.
MCP server for integrating Atlassian products (Confluence, Jira) with Model Context Protocol
This project is a Model Context Protocol (MCP) server for interacting with the VRChat API.
A Model Context Protocol server that provides desktop automation capabilities using RobotJS and screenshot capabilities
Stern MCP server
Un-official Serper Google search server for Cline and other MCP clients
Cryptocurrency Market Data MCP Server
一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.





