An MCP server for weather information.
claude mcp add weather -- npx -y @atk1-eng/mcp-weather-server
claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.atk1-eng--weather/reviews or the review_server meta-tool.
POST /mcp