What is the io.github.atk1-eng/weather MCP server?
An MCP server for weather information.
How to install io.github.atk1-eng/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",
"@atk1-eng/mcp-weather-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atk1-eng/mcp-weather-server"
]
}
}
}Claude Code
claude mcp add weather -- npx -y @atk1-eng/mcp-weather-serverRelated MCP servers
1k patient MCP server
A sample zoo MCP server