C

Confluence Cloud

Integrates with Atlassian Confluence Cloud, enabling space management, page operations, content searching, and label handling for enhanced documentation and kno

Confluence·No reviews yet
Repo
Share:

About

Integrates with Atlassian Confluence Cloud, enabling space management, page operations, content searching, and label handling for enhanced documentation and knowledge management workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Confluence Cloud

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "confluence-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-confluence-cloud"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "confluence-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-confluence-cloud"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "confluence-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-confluence-cloud"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.