Back to MCP Servers
Jira
Read jira data via JQL and api and execute requests to create and edit tickets.
other-tools-and-integrationsjiraapi
By KS-GEN-AI
Installation
npx -y jira-mcp-serverConfiguration
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": ["-y", "jira-mcp-server"]
}
}
}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