Back to MCP Servers
Server Atlassian Jira
Atlassian Jira Cloud integration. Enables AI systems to interact with Jira projects, issues, comments, and related development information in real time.
developer-toolsjiraai
By aashari
Installation
npx -y mcp-server-atlassian-jiraConfiguration
{
"mcpServers": {
"mcp-server-atlassian-jira": {
"command": "npx",
"args": ["-y", "mcp-server-atlassian-jira"]
}
}
}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