mcpbeat Sign in
I

Kma MCP Server

local only

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

Korean KMA forecasts: village, ultra-short, observations.

Installs / week
npm · kma-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

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

Alternatives to Kma MCP

same job, measured the same way
Bom MCP
by mrfentmen

Keyless BOM Australia forecasts and station observations.

local only
Nws Weather MCP Server
by cyanheads

Get US weather forecasts, active alerts, and current observations.

293 installs/wk 7 tools answering
NOAA STOFS MCP Server
by mansurjisan

NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data

46 installs/wk local only
NOAA WW3 MCP Server
by mansurjisan

GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations

45 installs/wk local only
Smarter Weather
by smarterweather

Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.

38 installs/wk 31 tools answering
Aemet MCP
by jocarrd

MCP server for AEMET: Spain's official forecasts, warnings, observations and climate data.

45 installs/wk local only
Kosis Openapi MCP
by rubatoyd

Korean official statistics (KOSIS) — tables, metadata and observations

local only
I
Bmkg MCP
by mrfentmen

Keyless BMKG Indonesia: forecasts by village code, earthquakes.

local only

Kma MCP — questions

Answers built from our own checks of this server.

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