jira mcp server for Cursor
io.github.friendlygeorge/jira-mcp-server
MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...
client:Cursor
transport:stdio
runtime:npm
Install jira mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jira-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supernova123/jira-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs