Skip to content
Claude Desktop

ClearPolicy for Claude Desktop

app.clearpolicy/clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

client:Claude Desktop transport:streamable-http

Install ClearPolicy in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "clearpolicy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.clearpolicy.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ClearPolicy in other clients