atlassian confluence for Cursor
com.mcparmory/atlassian-confluence
Create, manage, and search Confluence pages, attachments, and content with full automation support
client:Cursor
transport:stdio
runtime:pypi
Install atlassian confluence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atlassian-confluence": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-atlassian-confluence"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs