Back to MCP Servers
Jira
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-managementtypescriptjira
By tom28881
Installation
npx -y mcp-jira-serverConfiguration
{
"mcpServers": {
"mcp-jira-server": {
"command": "npx",
"args": ["-y", "mcp-jira-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes