mcpbeat Sign in

Knmi MCP Server

local only

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

KNMI open data: datasets, versions, files, downloads.

Installs / week
npm · knmi-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 Knmi 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 knmi-mcp -- npx -y knmi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "knmi-mcp": {
      "args": [
        "-y",
        "knmi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.knmi-mcp]
command = "npx"
args = ["-y", "knmi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "knmi-mcp": {
      "args": [
        "-y",
        "knmi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "knmi-mcp": {
      "args": [
        "-y",
        "knmi-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Knmi MCP

same job, measured the same way
Open Vsx MCP
by mrfentmen

Keyless MCP server for Open VSX: VS Code extensions, versions, descriptions, download stats.

58 installs/wk local only
Crates Io MCP
by mrfentmen

Look up Rust crates, versions, and downloads from crates.io. No key required.

256 installs/wk local only
Packagist MCP
by mrfentmen

Look up PHP packages, versions, and downloads from Packagist. No key required.

122 installs/wk local only
Rubygems MCP
by mrfentmen

Look up Ruby gems, versions, and downloads from RubyGems. No key required.

124 installs/wk local only
Hex MCP
by mrfentmen

Keyless MCP server for Hex: Elixir and Erlang package versions, docs, downloads, releases.

111 installs/wk local only
Cern MCP
by mrfentmen

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

local only
Data Europa
by pipeworx-io

data.europa.eu — official EU open-data hub (~1.6M datasets)

41 tools answering
Sbb Opendata MCP
by malkreide

SBB Open Data via OpenDataSoft

65 installs/wk local only

Knmi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Knmi MCP?
Knmi 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 knmi-mcp.
How do I connect Knmi 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 knmi-mcp straight from npm; nothing to host, nothing to sign up for.
Is Knmi 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.