Skip to main content
Glama

MCP Jira

by TusharShahi

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

Demo

Quick Start Guide

1. Authentication Setup

First, generate the necessary authentication tokens for Jira:

For Cloud
  1. Go to https://id.atlassian.com/manage-profile/security/api-tokens
  2. Click Create API token, name it
  3. Copy the token

2. Installation

  1. Clone this repo.
  2. 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.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Model Context Protocol server that allows AI assistants to interact with Jira, supporting operations like creating tickets and fetching project information directly from the cursor.

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.
    Last updated -
    3
    2
    Python
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.
    Last updated -
    5
    87
    2
    TypeScript
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    A 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.
    Last updated -
    12
    1
    TypeScript
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.
    Last updated -
    12
    3
    TypeScript
    MIT License
    • Apple

View all related MCP servers

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