Jira MCP Server
Search and manage Jira issues, projects, and sprints via the Atlassian REST API.
claude_desktop_config.json
{
"mcpServers": {
"server-jira": {
"command": "npx",
"args": [
"-y",
"mcp-atlassian"
],
"env": {
"JIRA_URL": "https://your-domain.atlassian.net",
"JIRA_USERNAME": "[email protected]",
"JIRA_API_TOKEN": "your-api-token-here"
}
}
}
} Environment Variables
| Variable | Required | Description |
|---|---|---|
JIRA_URL | ✓ Required | Your Jira instance base URL. |
JIRA_USERNAME | ✓ Required | Atlassian account email address. |
JIRA_API_TOKEN | ✓ Required | Jira API token generated from id.atlassian.com/manage-profile/security/api-tokens. |
Setup Instructions
- Ensure Node.js 18+ is installed on your system.
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Set the
JIRA_URLenvironment variable: Your Jira instance base URL. - Set the
JIRA_USERNAMEenvironment variable: Atlassian account email address. - Set the
JIRA_API_TOKENenvironment variable: Jira API token generated from id.atlassian.com/manage-profile/security/api-tokens. - Restart your AI client to apply the config.