MCP Server for Jira - Streamable HTTP transport (MCP spec 2025-03-26), containerized with Docker for client deployments
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"rohit13560/jira-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add jira-mcp-server npx -y rohit13560/jira-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"rohit13560/jira-mcp-server"
]
}
}
}