Back to MCP Servers
Jira
A Go-based MCP connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.
support-service-managementgojiraai
Installation
npx -y jira-mcpConfiguration
{
"mcpServers": {
"jira-mcp": {
"command": "npx",
"args": ["-y", "jira-mcp"]
}
}
}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