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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.Last updated
- Flicense-qualityDmaintenanceA 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.Last updated
- Alicense-qualityDmaintenanceA Simple Model Context Protocol server that enables AI assistants to interact with Jira, allowing operations like fetching tickets, adding comments, and updating ticket status.Last updated1Apache 2.0
- Alicense-qualityDmaintenanceModel Context Protocol server that integrates with Atlassian Confluence and Jira, enabling AI assistants to search, create, and update content in these platforms through natural language interactions.Last updated1MIT
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
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TusharShahi/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server