Skip to content

Cl Sdk

Free

by MCP Community

MCP server for CL SDK — search docs, build prompts, extract insurance PDFs

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Cl Sdk MCP Server

MCP server for CL SDK — search docs, build prompts, extract insurance PDFs

Installation

npx -y @claritylabs/cl-sdk-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @claritylabs/cl-sdk-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cl-sdk": {
      "command": "npx",
      "args": ["-y", "@claritylabs/cl-sdk-mcp"]
    }
  }
}