Submit

JIRA MCP Server

@NoxFr

Jira MCP Server is a bridge between Jira and AI assistants that supports stdio and SSE to enable seamless, real-time interaction with Jira through the Model Context Protocol (MCP).
Overview

Jira MCP Server is a bridge between Jira and AI assistants that supports stdio and SSE to enable seamless, real-time interaction with Jira through the Model Context Protocol (MCP).

Server Config

{
  "mcpServers": {
    "mcp-kotlin-jira-server": {
      "url": "http://127.0.0.1:3001/sse"
    },
    "mcp-kotlin-jira-stdio": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "JIRA_URL",
        "-e",
        "JIRA_EMAIL",
        "-e",
        "JIRA_PAT",
        "docker.io/library/jira-mcp-server-jira-mcp-server"
      ],
      "env": {
        "JIRA_URL": "TBD",
        "JIRA_EMAIL": "TBD",
        "JIRA_PAT": "TBD"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.