Install one command $ npx -y @aashari/mcp-server-atlassian-confluence get --path "/wiki/api/v2/spaces"Or add it with the Claude CLI: claude mcp add aashari-mcp-server-atlassian-confluence
Configuration generate & copy Claude Desktop Claude Code
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json{
"mcpServers" : {
"aashari-mcp-server-atlassian-confluence" : {
"command" : "npx" ,
"args" : [ "-y" , "@aashari/mcp-server-atlassian-confluence" , "get" , "--path" , ""/wiki/api/v2/spaces"" ] ,
"env" : {
"ATLASSIAN_API_TOKEN" : "<your-atlassian-api-token>"
}
}
}
} Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.