Back to MCP Servers
Jira Server
Manage Jira issues, projects, sprints, and workflows for agile project management
project-managementjiraagileissuesatlassiancommunity
Installation
npm install -g @mcp/jira-serverConfiguration
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["-y", "@mcp/jira-server"],
"env": {
"JIRA_HOST": "your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "your-jira-api-token"
}
}
}
}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