Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Jira

    JIRA integration server for Model Context Protocol (MCP) - enables LLMs to interact with JIRA tasks and workflows

    6 stars
    Python
    Updated Sep 10, 2025

    Table of Contents

    • Features
    • Core MCP Tools
    • Project Management Capabilities
    • Requirements
    • Quick Setup
    • Usage Examples
    • Creating Issues
    • Sprint Management
    • Team Management
    • Daily Standups
    • MCP Integration
    • With Claude Desktop
    • With Other MCP Clients
    • Configuration
    • Required Environment Variables
    • Optional Settings
    • Getting Jira API Token
    • Architecture
    • Troubleshooting
    • Common Issues
    • Debug Mode
    • Contributing
    • License

    Table of Contents

    • Features
    • Core MCP Tools
    • Project Management Capabilities
    • Requirements
    • Quick Setup
    • Usage Examples
    • Creating Issues
    • Sprint Management
    • Team Management
    • Daily Standups
    • MCP Integration
    • With Claude Desktop
    • With Other MCP Clients
    • Configuration
    • Required Environment Variables
    • Optional Settings
    • Getting Jira API Token
    • Architecture
    • Troubleshooting
    • Common Issues
    • Debug Mode
    • Contributing
    • License

    Documentation

    MCP Jira Integration

    A simple Model Context Protocol (MCP) server for Jira that allows LLMs to act as project managers and personal assistants for teams using Jira.

    Features

    Core MCP Tools

    • create_issue - Create new Jira issues with proper formatting
    • search_issues - Search issues using JQL with smart formatting
    • get_sprint_status - Get comprehensive sprint progress reports
    • get_team_workload - Analyze team member workloads and capacity
    • generate_standup_report - Generate daily standup reports automatically

    Project Management Capabilities

    • Multi-Project Support: Work with multiple projects by specifying project keys dynamically
    • Sprint progress tracking with visual indicators
    • Team workload analysis and capacity planning
    • Automated daily standup report generation
    • Issue creation with proper prioritization
    • Smart search and filtering of issues

    Requirements

    • Python 3.8 or higher
    • Jira account with API token
    • MCP-compatible client (like Claude Desktop)

    Quick Setup

    1. Clone and install:

    bash
    cd mcp-jira
    pip install -e .

    2. Configure Jira credentials in .env:

    env
    JIRA_URL=https://your-domain.atlassian.net
    JIRA_USERNAME=your.email@domain.com
    JIRA_API_TOKEN=your_api_token
    PROJECT_KEY=PROJ
    DEFAULT_BOARD_ID=123

    3. Run the MCP server:

    bash
    python -m mcp_jira.simple_mcp_server

    Usage Examples

    Creating Issues

    "Create a high priority bug for the login system not working properly"

    • Auto-assigns proper issue type, priority, and formatting

    Sprint Management

    "What's our current sprint status?"

    • Gets comprehensive progress report with metrics and visual indicators

    Team Management

    "Show me the team workload for john.doe, jane.smith, mike.wilson"

    • Analyzes capacity and provides workload distribution

    Daily Standups

    "Generate today's standup report"

    • Creates formatted report with completed, in-progress, and blocked items

    MCP Integration

    With Claude Desktop

    Add to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "mcp-jira": {
          "command": "python",
          "args": ["-m", "mcp_jira.simple_mcp_server"],
          "cwd": "/path/to/mcp-jira"
        }
      }
    }

    With Other MCP Clients

    The server follows the standard MCP protocol and works with any MCP-compatible client.

    Configuration

    Required Environment Variables

    • JIRA_URL - Your Jira instance URL
    • JIRA_USERNAME - Your Jira username/email
    • JIRA_API_TOKEN - Your Jira API token
    • PROJECT_KEY - Default project key for operations (can be overridden per request)

    Optional Settings

    • DEFAULT_BOARD_ID - Default board for sprint operations (can be overridden per request)
    • STORY_POINTS_FIELD - Custom field ID for Story Points (default: customfield_10026)
    • DEBUG_MODE - Enable debug logging (default: false)
    • LOG_LEVEL - Logging level (default: INFO)

    Getting Jira API Token

    1. Go to Atlassian Account Settings

    2. Click "Create API token"

    3. Give it a name and copy the token

    4. Use your email as username and the token as password

    Architecture

    This implementation prioritizes simplicity:

    • Single MCP server file - All tools in one place
    • Standard MCP protocol - Uses official MCP SDK
    • Rich formatting - Provides beautiful, readable reports
    • Error handling - Graceful handling of Jira API issues
    • Async support - Fast and responsive operations

    Troubleshooting

    Common Issues

    1. "No active sprint found"

    • Make sure your board has an active sprint
    • Check that DEFAULT_BOARD_ID is set correctly

    2. Authentication errors

    • Verify your API token is correct
    • Check that your username is your email address

    3. Permission errors

    • Ensure your Jira user has appropriate project permissions
    • Check that the project key exists and you have access

    Debug Mode

    Set DEBUG_MODE=true in your .env file for detailed logging.

    Contributing

    1. Fork the repository

    2. Make your changes

    3. Test with your Jira instance

    4. Submit a pull request

    License

    MIT License - see LICENSE file

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k