met-mcp
Rank #31,516io.github.trondbjoroy/met-mcp
Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
met-mcp is a Model Context Protocol (MCP) server published by trondbjoroy. It ranks #31,516 of 132,113 servers tracked on MCP Toplist. met-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 22, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 100,597 of 132,113 servers on MCP Toplist.
Use met-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http met-mcp https://met-mcp.met-mcp-worker.workers.dev/mcpclaude mcp add met-mcp -e "MET_USER_AGENT=<your MET_USER_AGENT>" -- npx -y met-mcpReplace each placeholder with your own value before saving.
[mcp_servers.met-mcp]
url = "https://met-mcp.met-mcp-worker.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.met-mcp]
command = "npx"
args = ["-y", "met-mcp"]
[mcp_servers.met-mcp.env]
MET_USER_AGENT = "<your MET_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://met-mcp.met-mcp-worker.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"met-mcp": {
"command": "npx",
"args": [
"-y",
"met-mcp"
],
"env": {
"MET_USER_AGENT": "<your MET_USER_AGENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"met-mcp": {
"url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"met-mcp": {
"command": "npx",
"args": [
"-y",
"met-mcp"
],
"env": {
"MET_USER_AGENT": "<your MET_USER_AGENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"met-mcp": {
"type": "http",
"url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"met-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"met-mcp"
],
"env": {
"MET_USER_AGENT": "<your MET_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"met-mcp": {
"serverUrl": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"met-mcp": {
"command": "npx",
"args": [
"-y",
"met-mcp"
],
"env": {
"MET_USER_AGENT": "<your MET_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"met-mcp": {
"url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
}
}
}{
"mcpServers": {
"met-mcp": {
"command": "npx",
"args": [
"-y",
"met-mcp"
],
"env": {
"MET_USER_AGENT": "<your MET_USER_AGENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.trondbjoroy%2Fmet-mcp)<a href="https://mcptoplist.com/server/io.github.trondbjoroy%2Fmet-mcp"><img src="https://mcptoplist.com/badge/io.github.trondbjoroy%2Fmet-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
trondbjoroy
Other servers by trondbjoroy
View all trondbjoroy servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Aug 22, 2026 |
| 0.1.2 | Aug 22, 2026 |
| 0.1.1 | Aug 22, 2026 |
Frequently asked questions
- Who maintains met-mcp?
- met-mcp is maintained by trondbjoroy, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is met-mcp listed on the Official MCP Registry?
- Yes — met-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does met-mcp have?
- MCP Toplist tracks 3 versions of met-mcp, most recently published on Aug 22, 2026.
- Where can I find the source code for met-mcp?
- The source code for met-mcp is hosted at github.com/trondbjoroy/met-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.