mcp atlassian extended for Cursor
io.github.vish288/mcp-atlassian-extended
MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.
client:Cursor
transport:stdio
runtime:pypi
Install mcp atlassian extended in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-atlassian-extended": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-atlassian-extended"
],
"env": {
"JIRA_URL": "<JIRA_URL>",
"JIRA_USERNAME": "<JIRA_USERNAME>",
"JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
"JIRA_PAT": "<JIRA_PAT>",
"CONFLUENCE_URL": "<CONFLUENCE_URL>",
"CONFLUENCE_USERNAME": "<CONFLUENCE_USERNAME>",
"CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>",
"CONFLUENCE_PAT": "<CONFLUENCE_PAT>",
"ATLASSIAN_READ_ONLY": "<ATLASSIAN_READ_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs