mcpbeat Sign in
I

Seoul MCP Server

local only

Seoul MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Seoul Open Data: real-time district air quality.

Installs / week
npm · seoul-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

Alternatives to Seoul MCP

same job, measured the same way
Air Quality Mcp
by varvararatta

Stay ahead of pollution with our Air Quality MCP. Access real-time air quality data, including

answering
Openf1
by pipeworx-io

OpenF1 MCP — real-time & historical Formula 1 data.

40 tools answering
Seoul Data
by pipeworx-io

Seoul Open Data MCP — city data for Seoul via the Seoul Open Data Plaza API

40 tools answering
Tokenguard MCP
by eltociear

Real-world data for agents: air quality, geocoding, quakes, holidays, web search

9 tools answering
Weather MCP Server
by isdaniel

providing weather information, air quality data, and timezone utilities using the Open-Meteo API.

892 installs/wk local only
Fixme Agent
by rotem1230

Real-time AI code quality — 30 validators, 17 languages, 813+ checks

32 installs/wk local only
Searchapi
by searchapi

Give AI assistants access to real-time search data through SearchApi.

answering
Air Quality MCP
by lulu-the-narwhal

Free, keyless real-time air quality (US AQI plus PM2.5, PM10, ozone, NO2, SO2, CO) for any city.

1 tools answering

Seoul MCP — questions

Answers built from our own checks of this server.

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