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

    Jiramcpserver

    A simple protoype of a MCP server for Jira

    0 stars
    Python
    Updated Jun 5, 2025

    Table of Contents

    • Jira MCP Server
    • Run steps
    • MCP Integration
    • Project Structure
    • Supported operations -

    Table of Contents

    • Jira MCP Server
    • Run steps
    • MCP Integration
    • Project Structure
    • Supported operations -

    Documentation

    Jira MCP Server

    This is a simple prototype of a Jira Server/DC MCP server.

    It uses Python APIs for Jira documented here, and the MCP Python SDK.

    Run steps

    1. Copy .env.example to .env, and replace ``YOUR_JIRA_HOST_URL` and `YOUR_JIRA_PERSONAL_ACCESS_TOKEN``. The Jira host url must belong to a Jira server/ DC (the project is intended for Jira server/ DC). To generate your Personal Access Token, refer the section 'Creating PATs in the application' here.

    2. Create and activate virtual environment, and install dependencies - ``pip install -r requirements.txt``

    3. Run ``mcp dev jira_mcp_server.py`` - this runs MCP Inspector which is a local way to test the defined tools and responses without involving an LLM.

    MCP Integration

    The server can be started using ``python jira_mcp_server.py``.

    1. With Claude Desktop - Add to your claude_desktop_config.json the command and args :

    code
    {
      "mcpServers": {
        "jira": {
          "command": "/Users/harshal.mittal/.pyenv/versions/3.10.0/bin/python",
          "args": [
            "/Users/harshal.mittal/projects/jira-mcp-server/jira_mcp_server.py"
          ]
        }
      }
    }

    Include the full paths of the python binary and the jira_mcp_server.py file on your system (reference).

    2. With Other MCP Clients - The server follows the standard MCP protocol and works with any MCP-compatible client.

    Project Structure

    code
    JiraMCPserver/
    ├── jira_client/
    │   ├── __init__.py
    │   │── client.py
    |   |── issue.py
    |   └── project.py
    ├── models/
    │   ├── __init__.py
    │   │── constants.py
    |   └── issue.py
    ├── jira_mcp_server.py
    ├── .env.example
    ├── .gitignore
    └── requirements.txt

    Supported operations -

    This currently supports read-only issue and project management tools, for example

    • "Give me all issues which are related to Recovery and open for more than 90 days"
    • "List all issues assigned to Harshal Mittal resolved in last 30 days"
    • "Find count of all open issues in ENG project"

    Tools for write/ updating Jira can be added in similar way.

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    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

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    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