MCP Weather Server
Rank #67,751io.github.kulybaba/weather-mcp
An MCP server for weather information by @kulybaba
MCP Weather Server is a Model Context Protocol (MCP) server published by kulybaba. It ranks #67,751 of 132,113 servers tracked on MCP Toplist. MCP Weather Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 1, 2026 and most recently updated on Jul 1, 2026.
Ranks ahead of 64,362 of 132,113 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 weather-mcp https://kulybaba.weather.com/mcp/v3.0.0/claude mcp add weather-mcp -- npx -y @kulybaba/mcp-weather-server[mcp_servers.weather-mcp]
url = "https://kulybaba.weather.com/mcp/v3.0.0/"Add to ~/.codex/config.toml.
[mcp_servers.weather-mcp]
command = "npx"
args = ["-y", "@kulybaba/mcp-weather-server"]Add to ~/.codex/config.toml.
https://kulybaba.weather.com/mcp/v3.0.0/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"weather-mcp": {
"url": "https://kulybaba.weather.com/mcp/v3.0.0/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"weather-mcp": {
"type": "http",
"url": "https://kulybaba.weather.com/mcp/v3.0.0/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"weather-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"weather-mcp": {
"serverUrl": "https://kulybaba.weather.com/mcp/v3.0.0/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@kulybaba/mcp-weather-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"weather-mcp": {
"url": "https://kulybaba.weather.com/mcp/v3.0.0/"
}
}
}{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@kulybaba/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.kulybaba%2Fweather-mcp)<a href="https://mcptoplist.com/server/io.github.kulybaba%2Fweather-mcp"><img src="https://mcptoplist.com/badge/io.github.kulybaba%2Fweather-mcp.svg" alt="MCP Toplist: #67,751 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
kulybaba
Available versions (1)
| Version | Published |
|---|---|
| 0.0.3 | Jul 1, 2026 |
Frequently asked questions
- Who maintains MCP Weather Server?
- MCP Weather Server is maintained by kulybaba, which publishes 3 MCP servers (4 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.
- How many versions does MCP Weather Server have?
- MCP Toplist tracks 1 version of MCP Weather Server, most recently published on Jul 1, 2026.
- Where can I find the source code for MCP Weather Server?
- The source code for MCP Weather Server is hosted at github.com/kulybaba/mcp-weather-server.
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.