21 days ago
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.
Server Config
{
"mcpServers": {
"cclarity": {
"command": "npx",
"args": [
"-y",
"@cclarity-packages/mcp",
"cclarity-mcp"
],
"env": {
"CCLARITY_MCP_URL": "https://api.cclarity.io"
}
}
}
}