Ticket Automation
Freeby MCP Community
MCP server for automated ticket fixing workflow with Jira and Bitbucket integration
v1.2.4Added Apr 12, 2026
mcpjirabitbucketautomationgit
Ticket Automation MCP Server
MCP server for automated ticket fixing workflow with Jira and Bitbucket integration
Installation
npx -y ticket-automation-mcp
Reviews
Installation
Quick install
npx -y ticket-automation-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ticket-automation": {
"command": "npx",
"args": ["-y", "ticket-automation-mcp"]
}
}
}