Back to directory
tom28881/mcp-jira-server

tom28881/mcp-jira-server

@tom28881

Comprehensive MCP server for Jira integration with Claude Code

jiramcpclaude-codetypescriptproject-managementissue-trackingsprintagiletool

Installation & Configuration

{
  "mcpServers": {
    "jira": {
      "command": "node",
      "args": [
        "/absolute/path/to/mcp-jira-server/dist/index.js"
      ],
      "env": {
        "JIRA_HOST": "https://your-company.atlassian.net",
        "JIRA_EMAIL": "[email protected]",
        "JIRA_API_TOKEN": "your-api-token",
        "JIRA_DEFAULT_PROJECT": "PROJ"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12