Nephyr Weather
Rank #1,537io.github.clm-studios/nephyr-weather
MCP server providing nephyr-weather capabilities
Nephyr Weather is a Model Context Protocol (MCP) server published by clm-studios. It ranks #1,537 of 115,460 servers tracked on MCP Toplist, and its repository has 212 GitHub stars. Nephyr Weather is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 113,923 of 115,460 servers on MCP Toplist.
Use Nephyr Weather
claude mcp add nephyr-weather -- uvx nephyr-weather[mcp_servers.nephyr-weather]
command = "uvx"
args = ["nephyr-weather"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nephyr-weather": {
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nephyr-weather": {
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nephyr-weather": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nephyr-weather": {
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nephyr-weather": {
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}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.clm-studios%2Fnephyr-weather)<a href="https://mcptoplist.com/server/io.github.clm-studios%2Fnephyr-weather"><img src="https://mcptoplist.com/badge/io.github.clm-studios%2Fnephyr-weather.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
clm-studios
Other servers by clm-studios
View all clm-studios servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nephyr Weather?
- Nephyr Weather is maintained by clm-studios, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Nephyr Weather listed on the Official MCP Registry?
- Yes — Nephyr Weather is listed on the Official MCP Registry.
- How many versions does Nephyr Weather have?
- MCP Toplist tracks 2 versions of Nephyr Weather, most recently published on Apr 1, 2026.
- Where can I find the source code for Nephyr Weather?
- The source code for Nephyr Weather is hosted at github.com/clm-studios/nephyr-weather.