JIRA
About
Provides a bridge to Atlassian JIRA for retrieving issue details by key using TypeScript and JSON-RPC requests over stdio transport.
Details
- Author
- kuvanov-2
- Repository
- kuvanov-2/mcp-server-jira
- Categories
- Productivity, Project Management, Design, Workplace, Developer Tools, AI, Security, Infrastructure, Communication
- Tags
- #integration
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
JIRACommand (node, npx, python, etc.)/path/to/mcp-server-jira/start-server.shEnvironment-
JIRA_HOST
https://your-domain.atlassian.net -
JIRA_EMAIL
your-email@example.com -
JIRA_API_TOKEN
op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
JIRA_HOST
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
get_issue
Retrieve detailed information about a JIRA issue. Parameters: issueKey (string) - The key of the JIRA issue to retrieve.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"jira": {
"env": {
"JIRA_HOST": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
},
"args": [],
"command": "/path/to/mcp-server-jira/start-server.sh"
}
}
}
Linux
{
"env": {
"JIRA_HOST": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
},
"args": [],
"command": "/path/to/mcp-server-jira/start-server.sh"
}
Macos
{
"env": {
"JIRA_HOST": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
},
"args": [],
"command": "/path/to/mcp-server-jira/start-server.sh"
}
Windows
{
"env": {
"JIRA_HOST": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "op://YOUR_VAULT_NAME/YOUR_ITEM_NAME/info/access token"
},
"args": [],
"command": "/path/to/mcp-server-jira/start-server.sh"
}
MCP Server for JIRA
このModel Context Protocol (MCP) サーバーは、JIRAとの連携機能を提供します。ChatGPTやその他のAIアシスタントがJIRAのイシューを直接操作できるようになります。
機能
このMCPサーバーは以下のツールを提供します:
- get_issue: JIRAイシューの詳細情報を取得
インストール
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



