Loading MCP server directory, please wait...
Model Context Protocol server that wraps the CADLens REST API.
npx @getmcp/cli add io.github.cadlens-co/cadlens-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CADLENS_API_KEYYour CADLens API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cadlens-co/cadlens-mcp": {
"command": "npx",
"args": [
"-y",
"cadlens-mcp"
],
"env": {
"CADLENS_API_KEY": "",
"CADLENS_API_BASE": "https://api.cadlens.co/v1",
"WEBHOOK_PUBLIC_URL": ""
}
}
}
}