atlassian dc mcp jira for Cursor
io.github.b1ff/atlassian-dc-mcp-jira
MCP server for Atlassian Jira Data Center - search, view, and create issues
client:Cursor
transport:stdio
runtime:npm
Install atlassian dc mcp jira in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<JIRA_HOST>",
"JIRA_API_BASE_PATH": "<JIRA_API_BASE_PATH>",
"JIRA_API_TOKEN": "<JIRA_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs