MCP Jira
Enables interaction with Jira, allowing users to create tickets, fetch project information, and update Jira dashboards directly through the AI assistant.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Jiracreate a bug ticket for the login page issue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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

Related MCP server: JIRA MCP Server
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables seamless integration between Cursor IDE and JIRA, allowing users to retrieve issues, execute JQL searches, and log work through natural language interactions.-
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.760 npm2TypeScriptMIT
- AlicenseNot gradedqualityDmaintenanceA Simple Model Context Protocol server that enables AI assistants to interact with Jira, allowing operations like fetching tickets, adding comments, and updating ticket status.1Apache 2.0