MCP Server for JIRA
This Model Context Protocol (MCP) server provides integration with JIRA, allowing ChatGPT and other AI assistants to work directly with JIRA issues.
function
This MCP server provides the following tools:
get_issue
: Get detailed information about a JIRA issue
install
setting
To use an MCP server, you must configure the following:
1. Advance preparation
1-1. Setting up 1Password CLI
Install the 1Password desktop app.
Install 1Password CLI.
Enable CLI integration in the 1Password (desktop app) settings.
1-2. Obtaining JIRA API token
Get your JIRA API TOKEN here .
Store your JIRA API token in 1Password
2. Setting up Visual Studio Code
Open the configuration file:
- macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Windows:
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
Add the following settings:
Explanation of environment variables:
JIRA_HOST
: JIRA host URLJIRA_EMAIL
: Your JIRA account email addressJIRA_API_TOKEN
: A reference to the JIRA API token stored in 1Password.
The JIRA API TOKEN is assumed to be stored in 1Password. For JIRA API Token
, specify the path to the corresponding field in 1Password. The path can be copied by right-clicking the field.
start-server.sh
script will automatically use the 1Password CLI to resolve the environment variables and start the server.
How to use
get_issue
Get the details of a JIRA issue.
license
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Model Context Protocol server that enables ChatGPT and other AI assistants to directly interact with JIRA issues, currently offering the ability to retrieve issue details.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.Last updated -32Python
- AsecurityAlicenseAqualityA 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 -7241TypeScriptMIT License
- -securityAlicense-qualityA 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 updated -1PythonApache 2.0
- -securityFlicense-qualityModel Context Protocol server that allows AI assistants to interact with Jira, supporting operations like creating tickets and fetching project information directly from the cursor.Last updated -Python