MCP server for Atlassian Confluence — search, read, create and update pages via Claude / Windsurf / any MCP-compatible AI client. Supports Cloud and on-premise (Server/Data Center).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"atlassian-confluence": {
"command": "npx",
"args": [
"-y",
"anuragagrawal0430/atlassian-confluence-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add atlassian-confluence npx -y anuragagrawal0430/atlassian-confluence-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"atlassian-confluence": {
"command": "npx",
"args": [
"-y",
"anuragagrawal0430/atlassian-confluence-mcp-server"
]
}
}
}
📋 Copy