io.github.cadlens-co/cadlens-mcp MCP Server
io.github.cadlens-co/cadlens-mcp
What is the io.github.cadlens-co/cadlens-mcp MCP server?
Model Context Protocol server that wraps the CADLens REST API.
How to install io.github.cadlens-co/cadlens-mcp
Copy-paste configuration for popular MCP clients.
CADLENS_API_KEYrequiredsecretYour CADLens API key
CADLENS_API_BASEAPI base URL (default: https://api.cadlens.co/v1)
WEBHOOK_PUBLIC_URLPublic URL for webhook auto-registration (optional)
{
"mcpServers": {
"cadlens-mcp": {
"command": "npx",
"args": [
"-y",
"@cadlens/mcp-server"
],
"env": {
"CADLENS_API_KEY": "<YOUR_CADLENS_API_KEY>",
"CADLENS_API_BASE": "<YOUR_CADLENS_API_BASE>",
"WEBHOOK_PUBLIC_URL": "<YOUR_WEBHOOK_PUBLIC_URL>"
}
}
}
}{
"mcpServers": {
"cadlens-mcp": {
"command": "npx",
"args": [
"-y",
"@cadlens/mcp-server"
],
"env": {
"CADLENS_API_KEY": "<YOUR_CADLENS_API_KEY>",
"CADLENS_API_BASE": "<YOUR_CADLENS_API_BASE>",
"WEBHOOK_PUBLIC_URL": "<YOUR_WEBHOOK_PUBLIC_URL>"
}
}
}
}{
"mcpServers": {
"cadlens-mcp": {
"command": "npx",
"args": [
"-y",
"@cadlens/mcp-server"
],
"env": {
"CADLENS_API_KEY": "<YOUR_CADLENS_API_KEY>",
"CADLENS_API_BASE": "<YOUR_CADLENS_API_BASE>",
"WEBHOOK_PUBLIC_URL": "<YOUR_WEBHOOK_PUBLIC_URL>"
}
}
}
}{
"servers": {
"cadlens-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cadlens/mcp-server"
],
"env": {
"CADLENS_API_KEY": "<YOUR_CADLENS_API_KEY>",
"CADLENS_API_BASE": "<YOUR_CADLENS_API_BASE>",
"WEBHOOK_PUBLIC_URL": "<YOUR_WEBHOOK_PUBLIC_URL>"
}
}
}
}claude mcp add cadlens-mcp --env CADLENS_API_KEY=<YOUR_CADLENS_API_KEY> --env CADLENS_API_BASE=<YOUR_CADLENS_API_BASE> --env WEBHOOK_PUBLIC_URL=<YOUR_WEBHOOK_PUBLIC_URL> -- npx -y @cadlens/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.