Skip to main content
Support & Service ManagementTypeScript

tom28881/mcp-jira-server

Comprehensive TypeScript MCP server for Jira with 20+ tools covering complete project management workflow: issue CRUD, sprint management, comments/history, attachments, batch operations.

support-service-managementcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tom28881/mcp-jira-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-jira-server": {
      "command": "npx",
      "args": [
        "-y",
        "tom28881/mcp-jira-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Support & Service Management
Language
TypeScript
Author
tom28881