mcpbeat Sign in

Cadlens MCP Server

by cadlens-co Your server? Claim it
local only

Cadlens MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 11 Aug 2026.

Model Context Protocol server that wraps the CADLens REST API.

Installs per day peak 14 · avg 6 · +74% w/w
a month agotoday
46
Installs / week
npm · @cadlens/mcp-server
1
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cadlens MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cadlens-mcp -- npx -y @cadlens/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cadlens-mcp": {
      "args": [
        "-y",
        "@cadlens/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cadlens-mcp]
command = "npx"
args = ["-y", "@cadlens/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "cadlens-mcp": {
      "args": [
        "-y",
        "@cadlens/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cadlens-mcp": {
      "args": [
        "-y",
        "@cadlens/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CADLENS_API_KEY (Your CADLens API key), CADLENS_API_BASE (API base URL (default: https://api.cadlens.co/v1)), WEBHOOK_PUBLIC_URL (Public URL for webhook auto-registration (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cadlens MCP

same job, measured the same way
Scopus MCP
by qwe4559999

A Model Context Protocol server for the Elsevier Scopus API

197 installs/wk local only
Ap MCP Server
by rbonestell

Model Context Protocol (MCP) server for the Associated Press Media API

36 installs/wk local only
Mongodb MCP Server
by mongodb-js

MongoDB Model Context Protocol Server

86 297 installs/wk local only
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

74 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
MCP Server Taiwan Weather
by gonetone

用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server

46 installs/wk local only
DocAuto
by gzucob

Model Context Protocol server for the DocAuto document-generation API.

77 installs/wk local only

Cadlens MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cadlens MCP?
Cadlens MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cadlens/mcp-server was installed 46 times last week.
How do I connect Cadlens MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cadlens/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Cadlens MCP?
The npm package @cadlens/mcp-server was installed 46 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cadlens MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.