What is the io.github.yuv24793/weather MCP server?
An MCP server that provides weather information.
How to install io.github.yuv24793/weather
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@yuv24793/mcp-weather-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@yuv24793/mcp-weather-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@yuv24793/mcp-weather-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yuv24793/mcp-weather-server"
]
}
}
}Claude Code
claude mcp add weather -- npx -y @yuv24793/mcp-weather-serverRelated MCP servers
An MCP server that provides custom functionality.
View repository →