mcpbeat Sign in
I

Mgm MCP Server

local only

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

Keyless Turkish weather: provinces, districts, current, forecasts.

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

Alternatives to Mgm MCP

same job, measured the same way
Weatherbit MCP
by mrfentmen

Weatherbit API: current weather, forecasts, alerts, air quality.

local only
Virga Weather
by mcmurrym

Weather API tools — current, hourly, daily forecasts, and historical data.

17 installs/wk local only
Weather MCP
by lulu-the-narwhal

Free, keyless real-time weather and 7-day forecasts for any city worldwide.

2 tools answering
Open-Meteo Weather
by myai-2025

Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.

local only
Nws Weather MCP Server
by cyanheads

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

293 installs/wk 7 tools answering
Weather AI MCP
by csoai-org

Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical

137 installs/wk local only
I
Taiwan CWA Weather
by nigue3025

Access Taiwan CWA weather data and forecasts for all counties and cities

48 installs/wk local only
Au Weather MCP
by ausdata

Query Australian weather + air quality — forecasts, current obs, 80yr archive (BOM).

214 installs/wk local only

Mgm MCP — questions

Answers built from our own checks of this server.

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