mcpbeat Sign in

Cern MCP Server

local only

Cern MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless MCP server for CERN Open Data: records, datasets, software, news.

Installs / week
npm · cern-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cern 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 cern-mcp -- npx -y cern-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cern-mcp": {
      "args": [
        "-y",
        "cern-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cern-mcp]
command = "npx"
args = ["-y", "cern-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cern-mcp": {
      "args": [
        "-y",
        "cern-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cern-mcp": {
      "args": [
        "-y",
        "cern-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cern MCP

same job, measured the same way
MCP New Caledonia
by lacausecrypto

MCP server for New Caledonia open data (data.gouv.nc)

29 installs/wk local only
MCP Reunion
by hug0x0

MCP server for Réunion open data (data.regionreunion.com)

65 installs/wk local only
Codewars MCP
by mrfentmen

Keyless MCP server for Codewars: user ranks, honor, kata.

local only
Discord MCP
by mrfentmen

Keyless MCP server for Discord invites and server widgets. No bot token needed.

local only
Courtlistener MCP
by mrfentmen

Keyless MCP server for CourtListener: search court opinions and federal dockets (RECAP), case...

251 installs/wk local only
Openligadb
by pipeworx-io

OpenLigaDB MCP — community-run, keyless football / soccer match data.

40 tools answering
Opentargets MCP
by mrfentmen

Keyless MCP server for Open Targets: gene/disease/drug search, target details, disease associations.

130 installs/wk local only
Cms
by pipeworx-io

CMS Open Data MCP — US Centers for Medicare & Medicaid Services.

34 tools answering

Cern MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cern MCP?
Cern 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 cern-mcp.
How do I connect Cern 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 cern-mcp straight from npm; nothing to host, nothing to sign up for.
Is Cern MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.