Jira Mcp Server

by OrenGrinker

372 downloads
Not rated
GitHub

About

A comprehensive, production-ready Model Context Protocol (MCP) server for seamless Jira Cloud integration. This enhanced version provides advanced features, robust error handling, and extensive tooling for AI agents, automation systems, and custom applications.

Details

Author
OrenGrinker
Downloads
372
Categories
Developer Tools, Project Management

- Issue management: search with JQL, create, update, transition, and comment
- Board operations: list, get details, and fetch filtered board issues
- Time tracking: add worklogs and retrieve time logs with flexible formats
- Project management: list projects and get detailed component/version info
- User management: search users, get details, and current user info
- Server information: get Jira version, details, and health status

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jira Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jira mcp server": {
            "jira": {
                "command": "npx",
                "args": [
                    "@orengrinker/jira-mcp-server"
                ],
                "env": {
                    "JIRA_BASE_URL": "https://your-company.atlassian.net",
                    "JIRA_EMAIL": "your-email@company.com",
                    "JIRA_API_TOKEN": "your-api-token"
                }
            }
        }
    }
}

McpServers

{
    "jira": {
        "command": "npx",
        "args": [
            "@orengrinker/jira-mcp-server"
        ],
        "env": {
            "JIRA_BASE_URL": "https://your-company.atlassian.net",
            "JIRA_EMAIL": "your-email@company.com",
            "JIRA_API_TOKEN": "your-api-token"
        }
    }
}

The Jira MCP Server provides a complete interface to Atlassian Jira through the Model Context Protocol, enabling AI assistants like Claude to seamlessly interact with your Jira instance using natural language commands.

Key Features:
- Issue Management: Search with JQL, create, update, transition issues, and add comments
- Board Operations: List boards, get board details, and fetch board issues with filtering
- Time Tracking: Add worklogs and retrieve time logs with flexible time formats (2h 30m, 1d, etc.)
- Project Management: List projects, get detailed project information including components and versions
- User Management: Search users, get user details, and current user information
- Server Information: Get Jira server details, version info, and health status

The server supports both Jira Cloud and Server instances, includes comprehensive error handling, rate limiting, and security best practices. All operations are performed through intuitive natural language commands, making Jira management accessible and efficient.

Perfect for development teams, project managers, and anyone who wants to streamline their Jira workflow through AI-powered automation.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.