Mcp_Weather_Server
Rank #8,453io.github.isdaniel/mcp_weather_server
MCP server providing mcp_weather_server capabilities
Mcp_Weather_Server is a Model Context Protocol (MCP) server published by isdaniel. It ranks #8,453 of 115,591 servers tracked on MCP Toplist, and its repository has 59 GitHub stars. Mcp_Weather_Server is listed across 5 registries — Official MCP, PulseMCP, mcp.so, Smithery and Glama, with 2 tracked versions. It was first listed on Mar 17, 2025 and most recently updated on Dec 13, 2025.
Ranks ahead of 107,138 of 115,591 servers on MCP Toplist.
Use Mcp_Weather_Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-weather-server https://server.smithery.ai/isdaniel/mcp_weather_server/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mcp-weather-server -- uvx mcp-weather-server[mcp_servers.mcp-weather-server]
url = "https://server.smithery.ai/isdaniel/mcp_weather_server/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-weather-server]
command = "uvx"
args = ["mcp-weather-server"]Add to ~/.codex/config.toml.
https://server.smithery.ai/isdaniel/mcp_weather_server/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-weather-server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-weather-server": {
"url": "https://server.smithery.ai/isdaniel/mcp_weather_server/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-weather-server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-weather-server": {
"type": "http",
"url": "https://server.smithery.ai/isdaniel/mcp_weather_server/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-weather-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-weather-server": {
"serverUrl": "https://server.smithery.ai/isdaniel/mcp_weather_server/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-weather-server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-weather-server": {
"url": "https://server.smithery.ai/isdaniel/mcp_weather_server/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-weather-server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}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.isdaniel%2Fmcp_weather_server)<a href="https://mcptoplist.com/server/io.github.isdaniel%2Fmcp_weather_server"><img src="https://mcptoplist.com/badge/io.github.isdaniel%2Fmcp_weather_server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
isdaniel
Other servers by isdaniel
- Pgtuner_Mcp#6,905 · 2 vers
- MySQL-Performance-Tuner-Mcp#27,076 · 2 vers
- Metal Price MCP Server#69,337
- mcp-server-python-template#71,135
- PgTuner#80,612
- mcp-gsuite#99,179
Available versions (2)
| Version | Published |
|---|---|
| 0.6.1 | Dec 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mcp_Weather_Server?
- Mcp_Weather_Server is maintained by isdaniel, which publishes 7 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Mcp_Weather_Server listed on the Official MCP Registry?
- Yes — Mcp_Weather_Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so, Smithery and Glama.
- How many versions does Mcp_Weather_Server have?
- MCP Toplist tracks 2 versions of Mcp_Weather_Server, most recently published on Dec 13, 2025.
- Where can I find the source code for Mcp_Weather_Server?
- The source code for Mcp_Weather_Server is hosted at github.com/isdaniel/mcp_weather_server.