atlassian dc mcp confluence for Cursor
io.github.mrrefactoring/atlassian-dc-mcp-confluence
MCP server for Atlassian Confluence Data Center - access and manage content
client:Cursor
transport:stdio
runtime:npm
Install atlassian dc mcp confluence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atlassian-dc-mcp-confluence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"confluence-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
"CONFLUENCE_HOST": "<CONFLUENCE_HOST>",
"CONFLUENCE_API_BASE_PATH": "<CONFLUENCE_API_BASE_PATH>",
"CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs