mcp jira server for Cursor
io.github.edrich13/mcp-jira-server
MCP server for self-hosted Jira instance with Personal Access Token authentication
client:Cursor
transport:stdio
runtime:npm
Install mcp jira server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-jira-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-jira-server"
],
"env": {
"JIRA_BASE_URL": "<JIRA_BASE_URL>",
"JIRA_PAT": "<JIRA_PAT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs