Submit

Cclarity Linkedin Mcp

@CClarity

CClarity is a remote MCP server that exposes LinkedIn-aligned tenant data to AI assistants: profile and company context, ICP and writing style, post performance, profile viewers, outbound activity (reactions/comments), who engaged on your posts, connection invitations (in/out), and followers. Setup: install the stdio bridge with npx -y @cclarity-packages/mcp (see Server Config) pointed at https://api.cclarity.io. Auth: OAuth 2.1 via the CClarity app; access: an active paid subscription and a connected LinkedIn account (Unipile) are required before gated tools return data.

Tools

cclarity_login

cclarity_logout

cclarity_status

Server Config

{
  "mcpServers": {
    "cclarity": {
      "command": "npx",
      "args": [
        "-y",
        "@cclarity-packages/mcp",
        "cclarity-mcp"
      ],
      "env": {
        "CCLARITY_MCP_URL": "https://api.cclarity.io"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.