cadlens mcp for Cursor
io.github.cadlens-co/cadlens-mcp
Model Context Protocol server that wraps the CADLens REST API.
client:Cursor
transport:stdio
runtime:npm
Install cadlens mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cadlens-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cadlens/mcp-server"
],
"env": {
"CADLENS_API_KEY": "<CADLENS_API_KEY>",
"CADLENS_API_BASE": "<CADLENS_API_BASE>",
"WEBHOOK_PUBLIC_URL": "<WEBHOOK_PUBLIC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs